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