VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
    In This Topic
    Initializes a new instance of the WebPropertyInfoJS class.
    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(
    shortName
    Short property name.
    : string,
    fullName
    Fully qualified property name.
    : string,
    value
    Property value.
    : object,
    readOnly
    Indicates whether the property is read-only.
    : boolean,
    refreshFromParent
    Indicates whether the property value can be changed only using the parent property.
    : boolean
    ) : WebPropertyInfoJS;

    Parameters

    shortName
    Short property name.
    fullName
    Fully qualified property name.
    value
    Property value.
    readOnly
    Indicates whether the property is read-only.
    refreshFromParent
    Indicates whether the property value can be changed only using the parent property.
    Browser Compatibility
    9
    See Also