Gets or sets whether the document is visible to family

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

Syntax

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

See Also