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