The user who made the fave
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public User UserFave { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property UserFave As User |
Visual C++ |
---|
public:
property User^ UserFave {
User^ get ();
void set (User^ value);
} |
See Also