Share via


SPMetabaseObject.SchemaClassName property

Gets the identifier of the object type that the configuration store object represents.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property SchemaClassName As String
    Get
'Usage
Dim value As String

value = Me.SchemaClassName
protected abstract string SchemaClassName { get; }

Property value

Type: System.String
A string that contains the object type identifier.

Remarks

This represents the Name of the SchemaEntry property. The SchemaEntry defines the properties and methods of a DirectoryEntry object.

A schema is used for binding to objects, or reading and updating attributes in the Active Directory Domain Services hierarchy. For example, a schema titled "Computer" may be used to add new computers to the hierarchy. The technology underlying the AD DS gives the administrator the ability to locate and manage network resources, regardless of the size of the network.

See also

Reference

SPMetabaseObject class

SPMetabaseObject members

Microsoft.SharePoint.Administration namespace

System.DirectoryServices