SerializableDictionary<TKey, TValue>.GetSchema Method ()
Returns the schema that is specific to the data. ///
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public XmlSchema GetSchema()
public:
virtual XmlSchema^ GetSchema() sealed
Public Function GetSchema As XmlSchema
Return Value
Type: System.Xml.Schema.XmlSchema
Returns null.
Implements
See Also
SerializableDictionary<TKey, TValue> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top