Trace.Link Property
Applies To: Windows 8.1
The link of the Trace.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Trace
Dim value As String
value = instance.Link
instance.Link = value
Syntax
'Declaration
Public Property Link As String
public string Link { get; set; }
public:
property String^ Link {
String^ get ();
void set (String^ link);
}
/** @property */
public String get_Link ()
/** @property */
public void set_Link (String link)
public function get Link () : String
public function set Link (link : String)
Property Value
Returns String.
Remarks
The link is the value of element Trace/Link.
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
Trace Class
Trace Members
Microsoft.Assessments.Runtime Namespace