Gets whether members have to be removed

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

Syntax

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

See Also