public string? Script { get; set; }
Public Property Script As String Get Set
public: property String^ Script { String^ get (); void set (String^ value); }
member Script : string with get, set
In This Article