ExtendedProperty.withDefinition constructor

ExtendedProperty.withDefinition(
  1. ExtendedPropertyDefinition? _propertyDefinition
)
Initializes a new instance of the The definition of the extended property.

Implementation

ExtendedProperty.withDefinition(this._propertyDefinition) {
  EwsUtilities.ValidateParam(_propertyDefinition, "propertyDefinition");
}