Gets or sets whether the document is public

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

Syntax

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

See Also