IsAssociated property

PropertyDefinition IsAssociated
getter/setter pair
Defines the IsAssociated property.

Implementation

static PropertyDefinition IsAssociated = new BoolPropertyDefinition.withUriAndFlags(
    XmlElementNames.IsAssociated,
    _ItemSchemaFieldUris.IsAssociated,
    [PropertyDefinitionFlags.CanSet, PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010);