DirectoryEntry.Options Eigenschaft

Definition

Ruft die anbieterspezifischen Optionen für diesen Eintrag ab.

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

Eigenschaftswert

Ein DirectoryEntryConfiguration-Objekt, das die anbieterspezifischen Optionen für diesen Eintrag enthält.

Attribute

Gilt für:

Weitere Informationen