IDataCollectorInformation.Id Property
Gets the identifier for the data collector.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property Id As Guid
Guid Id { get; }
property Guid Id {
Guid get ();
}
abstract Id : Guid with get
function get Id () : Guid
Property Value
Type: Guid
The GUID identifier for the data collector.
.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.