ContainedPropertyDefinition<TComplexProperty extends ComplexProperty>.withFlags constructor
ContainedPropertyDefinition<TComplexProperty extends ComplexProperty>.withFlags (
- String xmlElementName,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- ICreateComplexPropertyDelegate<
TComplexProperty> propertyCreationDelegate,
Implementation
ContainedPropertyDefinition.withFlags(
String xmlElementName,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
ICreateComplexPropertyDelegate<TComplexProperty> propertyCreationDelegate)
: super.withFlags(
xmlElementName, flags, version, propertyCreationDelegate) {
throw NotImplementedException("ContainedPropertyDefinition.withFlags");
}