Share via


ActiveDirectoryHelpers Class

 

Provides properties to help you work with Windows Server Active Directory.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.ActiveDirectoryHelpers

Syntax

[SerializableAttribute]
public static class ActiveDirectoryHelpers
[SerializableAttribute]
public ref class ActiveDirectoryHelpers abstract sealed 
<SerializableAttribute>
Public NotInheritable Class ActiveDirectoryHelpers

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static ADSiteName

Gets the name of an Active Directory site.

System_CAPS_pubpropertySystem_CAPS_static DomainDnsName

Gets the DNS name of an Active Directory domain.

System_CAPS_pubpropertySystem_CAPS_static ForestDnsName

Gets the DNS name of an Active Directory forest.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top