Syntax
Visual Basic (Declaration) |
|
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly,
AllowMultiple=False,
Inherited=True)>
Public NotInheritable Class K2LicensedEnvironmentAttribute
Inherits System.Attribute
|
C# |
|
[AttributeUsage(ValidOn=AttributeTargets.Assembly,
AllowMultiple=false,
Inherited=true)]
public sealed class K2LicensedEnvironmentAttribute : System.Attribute
|
C++/CLI |
|
[AttributeUsage(ValidOn=AttributeTargets.Assembly,
AllowMultiple=false,
Inherited=true)]
public ref class K2LicensedEnvironmentAttribute sealed : public System.Attribute
|
Inheritance Hierarchy
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also