AuthorizationService.ServiceVersion Property
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Property ServiceVersion As Integer
protected int ServiceVersion { get; set; }
protected:
property int ServiceVersion {
int get ();
void set (int value);
}
member ServiceVersion : int with get, set
function get ServiceVersion () : int
function set ServiceVersion (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.