TeamFoundationServiceHostActivity.Id Property

Gets the ID of this activity.

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

Syntax

'Declaration
Public ReadOnly Property Id As Guid
public Guid Id { get; }
public:
property Guid Id {
    Guid get ();
}
member Id : Guid with get
function get Id () : Guid

Property Value

Type: System.Guid
The ID of this activity.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostActivity Class

Microsoft.TeamFoundation.Framework.Client Namespace