IMachineRole.Id Propriedade
Obtém o GUID para a função da máquina.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
Guid Id { get; }
property Guid Id {
Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid
Valor de propriedade
Type: System.Guid
O GUID para essa função de máquina.
Consulte também
Interface IMachineRole
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo