Share via


DeployManifest.DeploymentUrl Property

Definition

Specifies the update location for the application. If this input is not specified then no update location will be defined for the application. However, if application updates are specified then the update location must be specified. The specified value should be a fully qualified URL or UNC path.

public:
 property System::String ^ DeploymentUrl { System::String ^ get(); void set(System::String ^ value); };
public string DeploymentUrl { get; set; }
public string DeploymentUrl { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.DeploymentUrl : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DeploymentUrl : string with get, set
Public Property DeploymentUrl As String

Property Value

A string that indicates the update location for the application.

Attributes

Remarks

If this property is not specified, no update location will be defined for the application. However, if application updates are specified, the update location must be specified. The specified value should be a fully qualified URL or Universal Naming Convention (UNC) path.

Applies to