LicenseProviderAttribute.LicenseProvider Propriedade
Definição
Obtém o provedor de licença que deve ser usado com a classe associada.Gets the license provider that must be used with the associated class.
public:
property Type ^ LicenseProvider { Type ^ get(); };
public Type LicenseProvider { get; }
member this.LicenseProvider : Type
Public ReadOnly Property LicenseProvider As Type
Valor da propriedade
Um Type que representa o tipo do provedor de licença.A Type that represents the type of the license provider. O valor padrão é null.The default value is null.