CalendarItemType.UID Property
The UID property gets or sets a string value that contains the GUID for the calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UID As String
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As String
value = instance.UID
instance.UID = value
public string UID { get; set; }
Property Value
Type: System.String
The UID property returns a string value that contains the GUID for the calendar item.
See Also