ActivityId.Id Property
Gets the activity identifier.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Property Id As Guid
Get
Friend Set
'Usage
Dim instance As ActivityId
Dim value As Guid
value = instance.Id
public Guid Id { get; internal set; }
public:
property Guid Id {
Guid get ();
internal: void set (Guid value);
}
member Id : Guid with get, internal set
function get Id () : Guid
internal function set Id (value : Guid)
Property Value
Type: System.Guid
The Guid object that represents the activity identifier.