Share via


GenerateDeploymentManifest.DeploymentUrl Property

Definition

Gets or sets the update ___location for the application.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

The update ___location for the application.

Attributes

Remarks

If this property is not specified, no update ___location is defined for the application. However, if the UpdateEnabled property is true, an update ___location must be specified. The specified value should be a fully qualified URL or UNC path.

Applies to