DirectoryEntry.Options Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the provider-specific options for this entry.
public:
 property System::DirectoryServices::DirectoryEntryConfiguration ^ Options { System::DirectoryServices::DirectoryEntryConfiguration ^ get(); };public System.DirectoryServices.DirectoryEntryConfiguration? Options { get; }[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSOptions")]
[System.Runtime.InteropServices.ComVisible(false)]
public System.DirectoryServices.DirectoryEntryConfiguration Options { get; }public System.DirectoryServices.DirectoryEntryConfiguration Options { get; }member this.Options : System.DirectoryServices.DirectoryEntryConfiguration[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSOptions")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Options : System.DirectoryServices.DirectoryEntryConfigurationPublic ReadOnly Property Options As DirectoryEntryConfigurationProperty Value
A DirectoryEntryConfiguration object that contains the provider-specific options for this entry.
- Attributes