3.1.4.2.2.1 DeletePropertySet
The DeletePropertySet element specifies the input data for the DeletePropertySet WSDL operation.
-
<xs:element name="DeletePropertySet" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="propertySetId" type="ser:guid"/> <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="typeId" type="ser:guid"/> <xs:element minOccurs="0" name="version" type="xs:long"/> </xs:sequence> </xs:complexType> </xs:element>
propertySetId: This element contains the identifier of the property set.
typeId: This element contains the type identifier of the property set.
version: This element contains the version stamp of the property set.