Gets an anonymous user
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public static User Anonymous { get; } |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly Property Anonymous As User |
Visual C++ |
---|
public:
static property User^ Anonymous {
User^ get ();
} |
See Also