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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.