TrackingProfileSerializer.Schema Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the tracking profile XML schema definition (XSD).
public:
 property System::Xml::Schema::XmlSchema ^ Schema { System::Xml::Schema::XmlSchema ^ get(); };public System.Xml.Schema.XmlSchema Schema { get; }member this.Schema : System.Xml.Schema.XmlSchemaPublic ReadOnly Property Schema As XmlSchemaProperty Value
The tracking profile XSD.
Remarks
This property exposes the tracking profile XSD used by the TrackingProfileSerializer to perform serialization and deserialization of a TrackingProfile. You may also use this property to get the tracking profile XSD in order to write your own validator for tracking profiles. For example, you may want to do this in order to validate XML representations of tracking profiles without performing deserialization.