ContentLocationADSite Class

 

Serializes the ContentLocationAdSite element across the wire.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationADSite

[SerializableAttribute]
public ref class ContentLocationADSite sealed 

NameDescription
System_CAPS_pubmethodContentLocationADSite()

Initializes a new instance of the ContentLocationADSite class.

System_CAPS_pubmethodContentLocationADSite(String^)

Initializes a new instance of the ContentLocationADSite class.

NameDescription
System_CAPS_pubpropertyADSiteName

Gets or sets the Active Directory site name for the content location.

NameDescription
System_CAPS_pubmethodDiscoverADSite()

Attempts to automatically discover a domain controller and sets the ADSiteName property.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromString(String^)

Creates a ContentLocationADSite object from a string.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(String^ to ContentLocationADSite^)

Creates a ContentLocationADSite object from a string.

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

Return to top
Show: