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