CalendarParameterReader.ParameterId Property
The ParameterId method gets a ParameterId enumeration value that identifies the current parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterId As ParameterId
Get
'Usage
Dim instance As CalendarParameterReader
Dim value As ParameterId
value = instance.ParameterId
public ParameterId ParameterId { get; }
Property Value
Type: Microsoft.Exchange.Data.ContentTypes.iCalendar.ParameterId