Retrieve the method information for this request. If the method has not started, or this is not a web method, this will return null.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property Method As MethodInformation
public virtual MethodInformation Method { get; protected internal set; }
public:
virtual property MethodInformation^ Method {
    MethodInformation^ get ();
    protected public: void set (MethodInformation^ value);
}
abstract Method : MethodInformation with get, set 
override Method : MethodInformation with get, set
function get Method () : MethodInformation 
 function set Method (value : MethodInformation)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.MethodInformation
Returns MethodInformation.
.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.