| AppointmentVersion Property |
Gets or sets version that is required in order to interpret the iCalendar object.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
member Version : string with get, set
Property Value
Type:
StringSee Also