TeamFoundationRequestContext.Command Property

This is a string that is supplied by the client that defines the intent of the user's command. For example, when you do a Get, you send Command = Get for all the downloads and UpdateLocalVersion calls. This lets you group calls together to determine all calls associated with a user action.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Property Command As String
public virtual string Command { get; protected set; }
public:
virtual property String^ Command {
    String^ get ();
    protected: void set (String^ value);
}
abstract Command : string with get, set 
override Command : string with get, set
function get Command () : String 
protected function set Command (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace