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
System_CAPS_pubmethod MPListMP()

Initializes a new instance of the MPListMP class.

Properties

Name Description
System_CAPS_pubproperty Capabilities

Gets or sets the capabilities of the management point.

System_CAPS_pubproperty MPFqdn

Gets or sets the FQDN of the management point.

System_CAPS_pubproperty MPName

Gets or sets the host name of the management point.

System_CAPS_pubproperty MPVersion

Gets or sets the management point version.

System_CAPS_pubproperty SiteCode

Gets or sets the site code of the management point, for MPLIST1 only.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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