Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
packageId
Type: System.StringPackage ID.
version
Type: System.Int32Package version.
See Also
ContentLocationPackage Overload
ContentLocationPackage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top