Partager via


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

See Also

ContentLocationIPAddress Overload
ContentLocationIPAddress Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top