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