AzureWebsiteConfig.HttpLoggingEnabled Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
Public Property HttpLoggingEnabled As Boolean
public bool HttpLoggingEnabled { get; set; }
public:
property bool HttpLoggingEnabled {
    bool get ();
    void set (bool value);
}
member HttpLoggingEnabled : bool with get, set
function get HttpLoggingEnabled () : boolean 
function set HttpLoggingEnabled (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

AzureWebsiteConfig Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace