Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the static GUID that is used to register a trace session.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.