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