Gets the DirectoryEntry that holds schema information for this entry.
[Visual Basic] Public ReadOnly Property SchemaEntry As DirectoryEntry [C#] public DirectoryEntry SchemaEntry {get;} [C++] public: __property DirectoryEntry* get_SchemaEntry(); [JScript] public function get SchemaEntry() : DirectoryEntry;
The DirectoryEntry that holds schema information for this entry.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace