MPName Class

 

Represents a management point host name record.

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

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

[SerializableAttribute]
public ref class MPName sealed 

NameDescription
System_CAPS_pubmethodMPName()

Initializes a new instance of the MPName class.

System_CAPS_pubmethodMPName(String^)

Initializes a new instance of the MPName class.

NameDescription
System_CAPS_pubpropertyName

Gets or sets the management point host name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticToMPName(String^)

Converts the name from a string to an MPName instance.

System_CAPS_pubmethodToString()

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(String^ to MPName^)

Converts the name from a string to an MPName instance.

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: