Activity.TraceFile Property
Applies To: Windows 8.1
The trace file name of the Activity.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Activity
Dim value As String
value = instance.TraceFile
instance.TraceFile = value
Syntax
'Declaration
Public Property TraceFile As String
public string TraceFile { get; set; }
public:
property String^ TraceFile {
String^ get ();
void set (String^ traceFile);
}
/** @property */
public String get_TraceFile ()
/** @property */
public void set_TraceFile (String traceFile)
public function get TraceFile () : String
public function set TraceFile (traceFile : String)
Property Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Activity Class
Activity Members
Microsoft.Assessments.Runtime Namespace