public string[]? LockGroups { get; init; }
Public Property LockGroups As String() Get Set
public: property array<String^>^ LockGroups { array<String^>^ get (); void set (array<String^>^ value); }
member LockGroups : string[] with get, set
In This Article