ResourceManagementComponent.SetServiceVersion Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetServiceVersion ( _
serviceName As String, _
version As Integer, _
minVersion As Integer _
)
public void SetServiceVersion(
string serviceName,
int version,
int minVersion
)
public:
void SetServiceVersion(
String^ serviceName,
int version,
int minVersion
)
member SetServiceVersion :
serviceName:string *
version:int *
minVersion:int -> unit
public function SetServiceVersion(
serviceName : String,
version : int,
minVersion : int
)
Parameters
- serviceName
Type: System.String
- version
Type: System.Int32
- minVersion
Type: System.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.