ContentLocationIPAddress Constructor (String, String)
Initializes a new instance of the ContentLocationIPAddress class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationIPAddress(
string subnetAddress,
string ipAddress
)
public:
ContentLocationIPAddress(
String^ subnetAddress,
String^ ipAddress
)
Public Sub New (
subnetAddress As String,
ipAddress As String
)
Parameters
subnetAddress
Type: System.StringIP address of the subnet.
ipAddress
Type: System.StringIP address.
See Also
ContentLocationIPAddress Overload
ContentLocationIPAddress Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top