public string LastChangedBy { get; set; }
Public Property LastChangedBy As String
Get
Set
public:
virtual property String^ LastChangedBy {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract LastChangedBy : string with get, set
override LastChangedBy : string with get, set