TrackingDataProperty.IXmlSerializable.GetSchema Method

GetSchema is not implemented and returns null instead of throwing an exception. (Returning null is a more common implementation of GetSchema than throwing an exception when there is no implementation.)

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Private Function GetSchema As XmlSchema
    Implements IXmlSerializable.GetSchema
'Usage
Dim instance As TrackingDataProperty
Dim returnValue As XmlSchema

returnValue = CType(instance, IXmlSerializable).GetSchema()
XmlSchema IXmlSerializable.GetSchema()

Return Value

Type: System.Xml.Schema.XmlSchema
XmlSchema.

Implements

IXmlSerializable.GetSchema()

See Also

Reference

TrackingDataProperty Class

TrackingDataProperty Members

Microsoft.Rtc.Workflow.Activities Namespace