VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / get_ObjectProperties Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ObjectProperties Method
    In This Topic
    Gets an information about object properties.
    Syntax
    var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);
    
    var value; // Type: Vintasoft.Shared.WebPropertyInfoJS
    value = instance.get_ObjectProperties();
    
    
    function get_ObjectProperties() : WebPropertyInfoJS;
    

    Return Value

    An instance of WebPropertyInfoJS class that defines a root of tree structure that defines properties of object.
    Browser Compatibility
    56+
    45+
    11
    See Also