Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / Tag Property


In This Topic
    Tag Property (RatingCellType)
    In This Topic
    Gets or sets the tag.
    Syntax
    'Declaration
     
    
    Public Property Tag As String
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As String
     
    instance.Tag = value
     
    value = instance.Tag
    public string Tag {get; set;}

    Property Value

    String containing the tag
    See Also