PackageInfo.Url Property
Gets or sets the URL of the package.
Namespace: Microsoft.Office.BusinessApplications.Runtime.DeploymentAction
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Public Property Url As String
Get
Set
'Usage
Dim instance As PackageInfo
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Property Value
Type: System.String
The URL of the package.
See Also
Reference
Microsoft.Office.BusinessApplications.Runtime.DeploymentAction Namespace