MPListMP Class
Represents an MPList management point.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.MPListMP
Syntax
[SerializableAttribute]
public sealed class MPListMP
[SerializableAttribute]
public ref class MPListMP sealed
<SerializableAttribute>
Public NotInheritable Class MPListMP
Constructors
Name | Description | |
---|---|---|
MPListMP() | Initializes a new instance of the MPListMP class. |
Properties
Name | Description | |
---|---|---|
Capabilities | Gets or sets the capabilities of the management point. |
|
MPFqdn | Gets or sets the FQDN of the management point. |
|
MPName | Gets or sets the host name of the management point. |
|
MPVersion | Gets or sets the management point version. |
|
SiteCode | Gets or sets the site code of the management point, for MPLIST1 only. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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