Click or drag to resize
LicenseProviderAttribute Constructor

Namespace: FlexRule.License
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public LicenseProviderAttribute(
	Type provider
)

Parameters

provider
Type: SystemType
must implement ILicenseProvider
See Also