ContentLocationADSite Class
Serializes the ContentLocationAdSite element across the wire.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationADSite
Syntax
[SerializableAttribute]
public sealed class ContentLocationADSite
[SerializableAttribute]
public ref class ContentLocationADSite sealed
<SerializableAttribute>
Public NotInheritable Class ContentLocationADSite
Constructors
Name | Description | |
---|---|---|
ContentLocationADSite() | Initializes a new instance of the ContentLocationADSite class. |
|
ContentLocationADSite(String) | Initializes a new instance of the ContentLocationADSite class. |
Properties
Name | Description | |
---|---|---|
ADSiteName | Gets or sets the Active Directory site name for the content location. |
Methods
Name | Description | |
---|---|---|
DiscoverADSite() | Attempts to automatically discover a domain controller and sets the ADSiteName property. |
|
Equals(Object) | (Inherited from Object.) |
|
FromString(String) | Creates a ContentLocationADSite object from a string. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Implicit(String to ContentLocationADSite) | Creates a ContentLocationADSite object from a string. |
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.Messages Namespace
Return to top