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)

Syntax

‘선언
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

IClientContext.Command

.NET Framework Security

See Also

Reference

ClientContext Class

Microsoft.TeamFoundation.Client Namespace