SPDeploymentSettings.AzureContainerManifestUri property
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AzureContainerManifestUri As String
Get
Set
'Usage
Dim instance As SPDeploymentSettings
Dim value As String
value = instance.AzureContainerManifestUri
instance.AzureContainerManifestUri = value
public string AzureContainerManifestUri { get; set; }
Property value
Type: System.String