ClientKeySet.AddServices(Int32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds services to which the client (the license is issued to) has access.
public void AddServices (int[] services);
member this.AddServices : int[] -> unit
Public Sub AddServices (services As Integer())
Parameters
- services
- Int32[]
An array that contains all the services to add.
Exceptions
Thrown if any value in services
is greater than or equal to the NumberOfServices
in the MasterKeySet specified when constructing this ClientKeySet.