ClassLicenseDateAttribute
Class
For usage in MSBuild, set:
csharp
<ItemGroup>
<AssemblyAttribute Include="Telerik.Licensing.LicenseDateAttribute">
<_Parameter1>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
This attribute marks the release date of a Telerik product. Perpetual licenses are valid for products released (products with LicenseDate) prior the perpetual expiration date.
Definition
Namespace:Telerik.Licensing
Assembly:Telerik.JustMock.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Assembly)]
public class LicenseDateAttribute : Attribute
Inheritance: objectAttributeLicenseDateAttribute
Inherited Members