ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisTagChoices class / stringList Property

In This Topic
    stringList Property
    In This Topic
    Gets the available string choice values.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_stringList() : ImGearIsisTagStringCollection
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagChoices.get_stringList();
    Remarks
    If the value of the TagType property is anything other than String, then this property is null.
    See Also