AFActiveDirectoryProperties.DomainController Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The domain used to access Active Directory.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string DomainController { get; set; }
Public Property DomainController As String Get Set Dim instance As AFActiveDirectoryProperties Dim value As String value = instance.DomainController instance.DomainController = value
public: property String^ DomainController { String^ get (); void set (String^ value); }
member DomainController : string with get, set
Property Value
Type: StringReturns the domain used to access Active Directory.
Remarks
This is the full DNS name of the Active Directory domain that is used for the
search for the AD Contacts. Set this to point at the appropriate DNS name
of the Active Directory domain. For example, use osisoft.int for the OSI
domain. If it is left blank, the server will attempt to use the domain name
obtained from DHCP, if any.