ClassRedistributedByAttribute
Class
In case of DPL - any of the Telerik products that enables usage of DPL must be listed in the RedistributedBy attribute in the DPL .DLLs. For example:
csharp
using Telerik.Licensing;
[assembly:ProductCode("DPL")]
[assembly:RedistributedBy("RCWF")]
[assembly:RedistributedBy("RCWPF")]
[assembly:RedistributedBy("BLAZOR")]
[assembly:RedistributedBy("MAUI")]
Definition
Namespace:Telerik.Licensing
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RedistributedByAttribute : Attribute
Inheritance: objectAttributeRedistributedByAttribute
Inherited Members
Constructors
RedistributedByAttribute(string)
Declaration
cs-api-definition
public RedistributedByAttribute(string productCode)
Parameters
productCode