LicenseProviderAttribute.LicenseProvider Property

Definition

Gets the license provider that must be used with the associated class.

public:
 property Type ^ LicenseProvider { Type ^ get(); };
public Type LicenseProvider { get; }
public Type? LicenseProvider { get; }
member this.LicenseProvider : Type
Public ReadOnly Property LicenseProvider As Type

Property Value

A Type that represents the type of the license provider. The default value is null.

Applies to