K2LicensedEnvironmentAttribute Class
Members See Also 
SourceCode.Framework Namespace : K2LicensedEnvironmentAttribute Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class K2LicensedEnvironmentAttribute 
   Inherits System.Attribute
Visual Basic (Usage) Copy Code
Dim instance As K2LicensedEnvironmentAttribute
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

System.Object
   System.Attribute
      SourceCode.Framework.K2LicensedEnvironmentAttribute

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