Gets whether the IsFamily property has been changed

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

Syntax

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

See Also