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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace