ItemType.IsAssociatedSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsAssociatedSpecified As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.IsAssociatedSpecified
instance.IsAssociatedSpecified = value
public bool IsAssociatedSpecified { get; set; }
Property Value
Type: System.Boolean