SchemaContext.Schema Property
The Schema domain object.
Namespace: Microsoft.SharePoint.Search.Extended.Administration
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Public ReadOnly Property Schema As Schema
Get
'Usage
Dim instance As SchemaContext
Dim value As Schema
value = instance.Schema
public Schema Schema { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.Schema
Gets the Schema domain object.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration Namespace