DirectoryEntry::Options Property

 

Gets the provider-specific options for this entry.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
[BrowsableAttribute(false)]
[DSDescriptionAttribute("DSOptions")]
[ComVisibleAttribute(false)]
property DirectoryEntryConfiguration^ Options {
	DirectoryEntryConfiguration^ get();
}

Property Value

Type: System.DirectoryServices::DirectoryEntryConfiguration^

A DirectoryEntryConfiguration object that contains the provider-specific options for this entry.

.NET Framework
Available since 2.0
Return to top
Show: