2.2.4.5 SPSubscriptionSettingsPropertySetInfo

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

The SPSubscriptionSettingsPropertySetInfo element specifies the subset of metadata for a property set.

 <xs:complexType name="SPSubscriptionSettingsPropertySetInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="m_PropertySetId" type="ser:guid"/>
     <xs:element minOccurs="0" name="m_Version" type="xs:long"/>
   </xs:sequence>
 </xs:complexType>

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

m_Version: This element contains the version stamp of the property set.