This documentation is archived and is not being maintained.

ClientContext::Command Property

Gets or sets the command that initialized this context.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual property String^ Command {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: System::String
The command that initialized this context.

Implements

IClientContext::Command

Show: