Share via


WebSiteGetConfigurationResponse.ScmType Property

 

Gets or sets the source control method that the web site is using.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string ScmType { get; set; }
public:
property String^ ScmType {
    String^ get();
    void set(String^ value);
}
member ScmType : string with get, set
Public Property ScmType As String

Property Value

Type: System.String

The source control method.

Remarks

For example, Local Git. If deployment from source control has not been set up for the web site, this value is None.

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top