SilverlightPlugin.Attributes Property

Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As AttributeCollection
    Get
'Usage
Dim instance As SilverlightPlugin
Dim value As AttributeCollection

value = instance.Attributes
public AttributeCollection Attributes { get; }

Property Value

Type: AttributeCollection
An AttributeCollection of name and value pairs.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace