Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / Item Property
The attribute name being queried.

In This Topic
    Item Property (C1Style)
    In This Topic
    Gets the string corresponding to the specified attribute.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal attribute As String _
    ) As String
    public string this[ 
       string attribute
    ]; {get; set;}

    Parameters

    attribute
    The attribute name being queried.
    See Also