WebDeployProfile.DestinationAppUrl Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property DestinationAppUrl As Uri
public Uri DestinationAppUrl { get; private set; }
public:
property Uri^ DestinationAppUrl {
Uri^ get ();
private: void set (Uri^ value);
}
member DestinationAppUrl : Uri with get, private set
function get DestinationAppUrl () : Uri
private function set DestinationAppUrl (value : Uri)
Property Value
Type: System.Uri
Returns Uri.
.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.