NetShowUrl property

PropertyDefinition NetShowUrl
getter/setter pair
Defines the NetShowUrl property.

Implementation

static PropertyDefinition NetShowUrl = new StringPropertyDefinition(
    XmlElementNames.NetShowUrl,
    _AppointmentSchemaFieldUris.NetShowUrl,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);