TraceEvent.ActivityId Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ActivityId As Guid
public Guid ActivityId { get; set; }
public:
property Guid ActivityId {
    Guid get ();
    void set (Guid value);
}
member ActivityId : Guid with get, set
function get ActivityId () : Guid 
function set ActivityId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TraceEvent Structure

Microsoft.TeamFoundation.Framework.Server Namespace