Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the package.
Namespace: Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Property PackageId As String
Get
Set
'Usage
Dim instance As PackageInfo
Dim value As String
value = instance.PackageId
instance.PackageId = value
public string PackageId { get; set; }
Property Value
Type: System.String
The ID of the package.
Remarks
It is recommended that you use a unique ID. For example, using a GUID is a simple way to make the ID unique. However, you are not required to use a GUID. You can use any unique ID string value.
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace