SiteLogFile.Directory Property

Definition

Gets or sets a value that specifies the name of the directory where log files are stored.

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

Property Value

The name of the directory where log files are stored. The default is "%SystemDrive%\inetpub\logs\LogFiles".

Applies to