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 identifier for the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
Guid Id { get; }
property Guid Id {
Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid
Property Value
Type: System.Guid
The GUID identifier for the data collector.
See Also
IDataCollectorInformation Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top