Interface IActivationDeviceLabelContext
Supplied to the Activation DeviceLabel Customization specified via WithDeviceLabelPolicy(Action<IActivationDeviceLabelContext>).
Allows one set the DeviceLabel for an activation
Namespace: Sp.Agent.Configuration.Product.Activation
Assembly: Sp.Agent.dll
Properties
DeviceLabel
The argument value (if supplied) for the deviceLabel argument of the Activate method called on IActivateLicenses.
Declaration
string DeviceLabel { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
SetDeviceLabel(String)
The argument value (if supplied) for the deviceLabel argument of the Activate method called on IActivateLicenses.
Declaration
void SetDeviceLabel(string deviceLabel)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | deviceLabel |