EnumerateMPLocationReply.SerializedLocations Property
Gets or sets location records. This property should only be used for serialization. Use Locations instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPLocationRecords SerializedLocations { get; set; }
public:
property MPLocationRecords^ SerializedLocations {
MPLocationRecords^ get();
void set(MPLocationRecords^ value);
}
Public Property SerializedLocations As MPLocationRecords
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPLocationRecords
See Also
EnumerateMPLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top