BaseNewAndUpdateDeploymentSettings.

AppCodeBaseUri Property

Summary

Gets or sets the URI code base of the app manifest to be placed in the deployment manifest being generated or updated.
Assembly
Cake.Mage.dll
Namespace
Cake.Mage
Containing Type
BaseNewAndUpdateDeploymentSettings

Syntax

public Uri AppCodeBaseUri { get; set; }

Remarks

If specified AppCodeBaseFilePath must not be specified.

Value

Type Description
Uri The application code base.