Proprietà DataRequestEventArgs.RequestId
Ottiene o imposta l'oggetto RequestId che identifica in modo univoco il contesto della richiesta.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Sintassi
'Dichiarazione
Public Property RequestId As RequestId
public RequestId RequestId { get; private set; }
public:
property RequestId^ RequestId {
RequestId^ get ();
private: void set (RequestId^ value);
}
member RequestId : RequestId with get, private set
function get RequestId () : RequestId
private function set RequestId (value : RequestId)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Execution.RequestId
Oggetto RequestId che identifica in modo univoco il contesto della richiesta.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.