VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPropertyInfoJS type
    In This Topic
    Contains information about the property of object.
    Syntax
    // Parameters
    var shortName; // Type: string
    var fullName; // Type: string
    var value; // Type: object
    var readOnly; // Type: boolean
    var refreshFromParent; // Type: boolean
    
    var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);
    
    
    function WebPropertyInfoJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebPropertyInfoJS

    Browser Compatibility
    9
    5
    11
    5
    See Also