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 | |
---|---|---|
MPName() | Initializes a new instance of the MPName class. |
|
MPName(String) | Initializes a new instance of the MPName class. |
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the management point host name. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToMPName(String) | Converts the name from a string to an MPName instance. |
|
ToString() | Returns a string that represents the current object. (Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
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