Intersoft ClientUI Documentation
ClientUILicenseInfoAttribute Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : ClientUILicenseInfoAttribute Class






Object Model

ClientUILicenseInfoAttribute Class

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=False, 
   Inherited=False)>
Public NotInheritable Class ClientUILicenseInfoAttribute 
   Inherits System.Attribute
Visual Basic (Usage)Copy Code
Dim instance As ClientUILicenseInfoAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=false, 
   Inherited=false)]
public sealed class ClientUILicenseInfoAttribute : System.Attribute 
Delphi 
public class ClientUILicenseInfoAttribute = class(System.Attribute)sealed; 
JScript 
AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=, 
   Inherited=)
public sealed class ClientUILicenseInfoAttribute extends System.Attribute
Managed Extensions for C++ 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=false, 
   Inherited=false)]
public __gc __sealed class ClientUILicenseInfoAttribute : public System.Attribute 
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly, 
   AllowMultiple=false, 
   Inherited=false)]
public ref class ClientUILicenseInfoAttribute sealed : public System.Attribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      Intersoft.Client.Framework.ClientUILicenseInfoAttribute

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

© 2012 All Rights Reserved.