ClientKeySet.AddService(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 a service to which the client (the license is issued to) has access.
public void AddService (int service);
member this.AddService : int -> unit
Public Sub AddService (service As Integer)
Parameters
- service
- Int32
The service to add to the license.
Exceptions
Thrown if service
is greater than or equal to the NumberOfServices
in the MasterKeySet specified when constructing this ClientKeySet.