IDataCollectorInformation.TypeUri Propriedade
Obtém ou define o URI exclusivo que identifica o tipo de Coletores de dados.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
Uri TypeUri { get; set; }
property Uri^ TypeUri {
Uri^ get();
void set(Uri^ value);
}
abstract TypeUri : Uri with get, set
Property TypeUri As Uri
Valor de propriedade
Type: System.Uri
O URI que identifica o tipo de Coletores de dados.
Consulte também
Interface IDataCollectorInformation
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo