Compartir a través de


IDataCollectorInformation.TypeUri (Propiedad)

Obtiene o establece el URI único que identifica el tipo de recopilador de datos.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property TypeUri As Uri
    Get
    Set
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 propiedad

Tipo: System.Uri
El URI que identifica el tipo de recopilador de datos.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorInformation Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)