Gets the tag owner
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public User Owner { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Owner As User |
Visual C++ |
---|
public:
property User^ Owner {
User^ get ();
void set (User^ value);
} |
See Also