ContentLocationPackage Constructor (String, Int32)

 

Initializes a new instance of the ContentLocationPackage class.

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

Syntax

public ContentLocationPackage(
    string packageId,
    int version
)
public:
ContentLocationPackage(
    String^ packageId,
    int version
)
Public Sub New (
    packageId As String,
    version As Integer
)

Parameters

See Also

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

Return to top