Compartir a través de


TeamFoundationRequestContext.Command Property

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

Syntax

'Declaración
Public Property Command As String
    Get
    Protected Set
public string Command { get; protected set; }
public:
property String^ Command {
    String^ get ();
    protected: void set (String^ value);
}
member Command : string with get, set
function get Command () : String
protected function set Command (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace