PropertyExtensionPropertyDefinitionControl is used to get the property definition of the specified properties in the virtual member manager property extension repository.
The PropertyExtensionPropertyDefinitionControl is extended from PropertyDefinitionControl and is used in the input data object of the getSchema method of SchemaService.
The structure of a PropertyExtensionPropertyDefinitionControl data object consists of:
<xsd:complexType name="PropertyExtensionPropertyDefinitionControl"> <xsd:complexContent> <xsd:extension base="PropertyDefinitionControl"> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:controls xsi:type="wim:PropertyExtensionPropertyDefinitionControl" entityTypeName="PersonAccount"/>