Share via


Directories.IISLogs Property

 

Optional. Including this element in the configuration enables the collection of IIS logs.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

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

Property Value

Type: System.String

See Also

Directories Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top