MPBootMediaLocationRequest.RequestType Property
Gets the request type for the IPAddress value.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MPBootMediaLocationRequestType RequestType { get; private set; }
public:
property MPBootMediaLocationRequestType RequestType {
MPBootMediaLocationRequestType get();
private: void set(MPBootMediaLocationRequestType value);
}
Public Property RequestType As MPBootMediaLocationRequestType
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.MPBootMediaLocationRequestType
See Also
MPBootMediaLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top