Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFActiveDirectoryProperties.DomainController Property

AFActiveDirectoryProperties.DomainController Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFActiveDirectoryProperties.DomainController Property
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: String
Returns 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in