FileLogTraceListener.CustomLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::String ^ CustomLocation { System::String ^ get(); void set(System::String ^ value); };
public string CustomLocation { get; set; }
member this.CustomLocation : string with get, set
Public Property CustomLocation As String
Property Value
String
, which is the name of the log-file directory. The default setting for this property is the user's directory for application data.
Remarks
When the CustomLocation property is set, it also sets the Location property to Custom.
The CustomLocation property will throw an exception if the directory cannot be resolved.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.