ComponentOne TileView for WPF and Silverlight
SmartAssembly.Attributes Namespace / PoweredByAttribute Class
Members


In This Topic
    PoweredByAttribute Class
    In This Topic
    Object Model
    PoweredByAttribute Class
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.All, 
       Inherited=True, 
       AllowMultiple=False)>
    Public NotInheritable Class PoweredByAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As PoweredByAttribute
    [AttributeUsage(AttributeTargets.All, 
       Inherited=true, 
       AllowMultiple=false)]
    public sealed class PoweredByAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          SmartAssembly.Attributes.PoweredByAttribute

    See Also