public string LogFilePath { get; set; }Public Property LogFilePath As String
Get
Setpublic:
virtual property String^ LogFilePath {
String^ get () sealed;
void set (String^ value) sealed;
}If set, this path will be used instead of the user's Documents directory default path. This must be Set before the first message Is logged.