SPFarm.TraceSessionGuid property

Gets the static GUID that is used to register a trace session.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property TraceSessionGuid As Guid
    Get
'Usage
Dim instance As SPFarm
Dim value As Guid

value = instance.TraceSessionGuid
public Guid TraceSessionGuid { get; }

Property value

Type: System.Guid
A Guid object that registers the trace session.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace