NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntry.SchemaClassName

Gets the name of the schema used for this DirectoryEntry.

[Visual Basic]
Public ReadOnly Property SchemaClassName As String
[C#]
public string SchemaClassName {get;}
[C++]
public: __property String* get_SchemaClassName();
[JScript]
public function get SchemaClassName() : String;

Property Value

The name of the schema used for this DirectoryEntry.

Remarks

This is the same as the Name property of the SchemaEntry property.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | Name | SchemaEntry