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