TeamFoundationRequestContext.Command Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
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
- 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.