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