DirectoryEntry.Options 属性

定义

获取此项的提供程序特定选项。

public:
 property System::DirectoryServices::DirectoryEntryConfiguration ^ Options { System::DirectoryServices::DirectoryEntryConfiguration ^ get(); };
public System.DirectoryServices.DirectoryEntryConfiguration Options { 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; }
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

属性值

一个 DirectoryEntryConfiguration 对象,包含此项的提供程序特定选项。

属性

适用于

另请参阅