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