MPBootMediaLocationRequest.IPAddress Property
Gets the IP address subnet or range. Its use in the location request depends on the RequestType.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public IPAddress IPAddress { get; private set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property IPAddress^ IPAddress {
IPAddress^ get();
private: void set(IPAddress^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property IPAddress As IPAddress
Get
Private Set
End Property
Property Value
Type: System.Net.IPAddress
See Also
MPBootMediaLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top