Compartilhar via


Propriedade IDataCollectorInformation.TypeUri

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

'Declaração
Property TypeUri As Uri
Uri TypeUri { get; set; }
property Uri^ TypeUri {
    Uri^ get ();
    void set (Uri^ value);
}
abstract TypeUri : Uri with get, set
function get TypeUri () : Uri 
function set TypeUri (value : Uri)

Valor de propriedade

Tipo: Uri
O URI que identifica o tipo de Coletores de dados.

Segurança do .NET Framework

Consulte também

Referência

IDataCollectorInformation Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client