AzureUpgradeDeployment.PackageUrl Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property PackageUrl As InArgument(Of Uri)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<Uri> PackageUrl { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<Uri^>^ PackageUrl {
InArgument<Uri^>^ get ();
void set (InArgument<Uri^>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member PackageUrl : InArgument<Uri> with get, set
function get PackageUrl () : InArgument<Uri>
function set PackageUrl (value : InArgument<Uri>)
Property Value
Type: System.Activities.InArgument<Uri>
Returns InArgument<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace