Compartir a través de


ISession.FeedbackId (Propiedad)

El identificador de comentarios para el que se ejecutó la sesión. 0 si la sesión no se creó para comentarios.

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

Sintaxis

'Declaración
Property FeedbackId As Integer
int FeedbackId { get; set; }
property int FeedbackId {
    int get ();
    void set (int value);
}
abstract FeedbackId : int with get, set
function get FeedbackId () : int 
function set FeedbackId (value : int)

Valor de propiedad

Tipo: Int32
Devuelve Int32.

Seguridad de .NET Framework

Vea también

Referencia

ISession Interfaz

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