Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the command that initialized this context.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Command As String
Get
Set
public string Command { get; set; }
public:
virtual property String^ Command {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Command : string with get, set
override Command : string with get, set
final function get Command () : String
final function set Command (value : String)
Property Value
Type: System.String
The command that initialized this context.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.