Partager via


ConfigMgrMPBootMediaLocationReply.Location Property

 

Gets boot media location reply information.

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

Syntax

public MPBootMediaLocation Location { get; private set; }
public:
property MPBootMediaLocation^ Location {
    MPBootMediaLocation^ get();
    private: void set(MPBootMediaLocation^ value);
}
Public Property Location As MPBootMediaLocation
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPBootMediaLocation

See Also

ConfigMgrMPBootMediaLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top