SyncKnowledge.GetSchema Method
Returns a null reference (Nothing in Visual Basic).
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetSchema As XmlSchema
'Usage
Dim instance As SyncKnowledge
Dim returnValue As XmlSchema
returnValue = instance.GetSchema
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public XmlSchema GetSchema ()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual XmlSchema^ GetSchema () sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public final XmlSchema GetSchema ()
EditorBrowsableAttribute(EditorBrowsableState.Never)
public final function GetSchema () : XmlSchema
Return Value
A null reference (Nothing in Visual Basic).
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace