Gets or sets the document permission share

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

Syntax

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

See Also