Opc.Ua.Core
OutputFilePath Property



Opc.Ua Namespace > TraceConfiguration Class : OutputFilePath Property
The output file used to log the trace information.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=0)>
Public Property OutputFilePath As String
'Usage
 
Dim instance As TraceConfiguration
Dim value As String
 
instance.OutputFilePath = value
 
value = instance.OutputFilePath
[DataMember(IsRequired=false, Order=0)]
public string OutputFilePath {get; set;}
[DataMember(IsRequired=false, Order=0)]
public:
property String^ OutputFilePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The output file path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members