IdeaBlade DevForce 2010 Help Reference
IdeaBladeLicenseAttribute Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : IdeaBladeLicenseAttribute Class



An System.Attribute used by DevForce to mark your domain model assemblies with license information.

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Module, 
   AllowMultiple=True, 
   Inherited=True)>
Public NotInheritable Class IdeaBladeLicenseAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeLicenseAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Module, 
   AllowMultiple=true, 
   Inherited=true)]
public sealed class IdeaBladeLicenseAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Module, 
   AllowMultiple=true, 
   Inherited=true)]
public ref class IdeaBladeLicenseAttribute sealed : public System.Attribute, System.Runtime.InteropServices._Attribute  

Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Core.IdeaBladeLicenseAttribute

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.