LdapSettings.MachineAccountName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
打开 LDAP 连接时要使用的计算机帐户名称。 如果未提供此项,将使用已加入域的计算机的计算机范围凭据。
public:
property System::String ^ MachineAccountName { System::String ^ get(); void set(System::String ^ value); };
public string MachineAccountName { get; set; }
public string? MachineAccountName { get; set; }
member this.MachineAccountName : string with get, set
Public Property MachineAccountName As String