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