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.SchemaEntry

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;

Property Value

The DirectoryEntry that holds schema information for this entry.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace