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.DirectoryEntryConfiguration
Public ReadOnly Property Options As DirectoryEntryConfiguration
Property Value
A DirectoryEntryConfiguration object that contains the provider-specific options for this entry.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.