2.2.4.6 SPSubscriptionSettingsPropertySetResult

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.SharePoint

The SPSubscriptionSettingsPropertySetResult element specifies a subset of metadata for a property set.

 <xs:complexType name="SPSubscriptionSettingsPropertySetResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="m_Exists" type="xs:boolean"/>
     <xs:element minOccurs="0" name="m_PropertySetId" type="ser:guid"/>
     <xs:element minOccurs="0" name="m_Version" type="xs:long"/>
     <xs:element minOccurs="0" name="m_Xml" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

m_Exists: This element specifies whether the property set exists. If the value is FALSE, the remaining members in this structure MUST be ignored.

m_PropertySetId: This element contains the GUID of the property set.

m_Version: The version stamp of the property set.

m_Xml: This element contains the list of property names and values contained in the property set.  It MUST conform to the Subscription Settings Property Set XML schema as specified in section 2.2.4.7.