Gets or sets the comment permissions
Namespace:
IpernityNETAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public PermissionPeople PermComment { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PermComment As PermissionPeople |
Visual C++ |
---|
public: property PermissionPeople PermComment { PermissionPeople get (); void set (PermissionPeople value); } |