Condividi tramite


Proprietà TeamFoundationRequestContext.Command

Questa è una stringa fornita dal client che definisce lo scopo del comando dell'utente. Ad esempio, se si esegue ottenere, si invia il comando = get per tutti i download e chiamate di UpdateLocalVersion. Ciò consente di raggruppare le chiamate per individuare tutte le chiamate associate a un'azione utente.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Overridable Property Command As String
public virtual string Command { get; protected set; }

Valore proprietà

Tipo: System.String
Restituisca il valore String.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationRequestContext Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server