MPName Class

 

Represents a management point host name record.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.MPName

Syntax

[SerializableAttribute]
public sealed class MPName
[SerializableAttribute]
public ref class MPName sealed 
<SerializableAttribute>
Public NotInheritable Class MPName

Constructors

Name Description
System_CAPS_pubmethod MPName()

Initializes a new instance of the MPName class.

System_CAPS_pubmethod MPName(String)

Initializes a new instance of the MPName class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the management point host name.

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_pubmethodSystem_CAPS_static ToMPName(String)

Converts the name from a string to an MPName instance.

System_CAPS_pubmethod ToString()

Returns a string that represents the current object. (Overrides Object.ToString().)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(String to MPName)

Converts the name from a string to an MPName instance.

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