LdapSettings.MachineAccountName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The machine account name to use when opening the LDAP connection. If this is not provided, the machine wide credentials of the domain joined machine will be used.
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