| EventLastUpdatedBy Property |
The name of the last person to update the event.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string LastUpdatedBy { get; set; }
Public Property LastUpdatedBy As String
Get
Set
public:
property String^ LastUpdatedBy {
String^ get ();
void set (String^ value);
}
member LastUpdatedBy : string with get, set
Property Value
Type:
StringSee Also