| ResourceAttributes Property | 
        
        
        
            Gets the collection of arbitrary attributes that do not correspond to properties on the resource.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic AttributeCollection Attributes { get; }Public ReadOnly Property Attributes As AttributeCollection
	Get
public:
property AttributeCollection^ Attributes {
	AttributeCollection^ get ();
}member Attributes : AttributeCollection with get
Property Value
Type: 
AttributeCollection
            A 
AttributeCollection of name and value pairs.
            
 See Also
See Also