VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_Items Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Items Method
    In This Topic
    Gets an array of nested properties of the property.
    Syntax
    var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
    
    var value; // Type: object[]
    value = instance.get_Items();
    
    
    function get_Items() : object[];
    

    Return Value

    An array of nested properties of the property.
    Browser Compatibility
    9
    5
    11
    5
    See Also