ControllerApiVersionAttribute.ApiVersion Property
The minimum public API version that this API controller supports
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ApiVersion As Double
public double ApiVersion { get; set; }
public:
property double ApiVersion {
double get ();
void set (double value);
}
member ApiVersion : float with get, set
function get ApiVersion () : double
function set ApiVersion (value : double)
Property Value
Type: System.Double
Returns Double.
.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.