EnumerateMPLocationReply Class

 

Represents a management point location reply message.

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


[SerializableAttribute]
public ref class EnumerateMPLocationReply sealed : SchemaVersion10Base

NameDescription
System_CAPS_pubmethodEnumerateMPLocationReply()

Initializes a new instance of the EnumerateMPLocationReply class.

NameDescription
System_CAPS_pubpropertyLocations

Gets management point location records.

System_CAPS_pubpropertyMPSite

Gets or sets management site reply information.

System_CAPS_pubpropertySchemaVersion

Gets or sets the XML schema version. (Inherited from SchemaVersionBase.)

System_CAPS_pubpropertySerializedLocations

Gets or sets location records. This property should only be used for serialization. Use Locations instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: