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;
The name of the schema used for this DirectoryEntry.
This is the same as the Name property of the SchemaEntry property.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | Name | SchemaEntry