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

DirectoryEntryConfiguration 物件,其中包含這個項目的提供者特定選項。

屬性

適用於

另請參閱