Gets the permissions on profile for this account
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public Permission ProfilePermission { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property ProfilePermission As Permission |
Visual C++ |
---|
public: property Permission ProfilePermission { Permission get (); void set (Permission value); } |