Gets or sets the comment permission

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public PermissionPeople Comment { get; set; }
Visual Basic (Declaration)
Public Property Comment As PermissionPeople
Visual C++
public:
property PermissionPeople Comment {
	PermissionPeople get ();
	void set (PermissionPeople value);
}

See Also