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