public bool NeedContinueNewNestedUsers { get; set; }
Public Property NeedContinueNewNestedUsers As Boolean
Get
Set
public:
property bool NeedContinueNewNestedUsers {
bool get ();
void set (bool value);
}
member NeedContinueNewNestedUsers : bool with get, set