共用方式為


LdapSettings.LdapConnection 屬性

定義

LdapConnection要用來擷取角色宣告的 。 如果未提供明確的連線,則會根據 DomainMachineAccountNameMachineAccountPassword 選項自動建立 LDAP 連線。 如果提供,將會使用此連線, DomainMachineAccountName 而且 不會使用 和 MachineAccountPassword 選項來建立 LdapConnection

public:
 property System::DirectoryServices::Protocols::LdapConnection ^ LdapConnection { System::DirectoryServices::Protocols::LdapConnection ^ get(); void set(System::DirectoryServices::Protocols::LdapConnection ^ value); };
public System.DirectoryServices.Protocols.LdapConnection LdapConnection { get; set; }
public System.DirectoryServices.Protocols.LdapConnection? LdapConnection { get; set; }
member this.LdapConnection : System.DirectoryServices.Protocols.LdapConnection with get, set
Public Property LdapConnection As LdapConnection

屬性值

適用於