Compartir a través de


IDataCollectorInformation.DefaultConfiguration (Propiedad)

Obtiene o establece la configuración predeterminada del 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 DefaultConfiguration As XmlElement
XmlElement DefaultConfiguration { get; set; }
property XmlElement^ DefaultConfiguration {
    XmlElement^ get ();
    void set (XmlElement^ value);
}
abstract DefaultConfiguration : XmlElement with get, set
function get DefaultConfiguration () : XmlElement 
function set DefaultConfiguration (value : XmlElement)

Valor de propiedad

Tipo: XmlElement
Un elemento XML que contiene la configuración predeterminada del recopilador de datos.

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorInformation Interfaz

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