VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / setPropertyValue Property
Syntax BrowserCompatibility SeeAlso
In This Topic
setPropertyValue Method
In This Topic
Sets the property value.
Syntax
var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);

var value; // Type: object

// Parameters
var propertyFullName; // Type: string
var newPropertyValue; // Type: object

value = instance.setPropertyValue(propertyFullName, newPropertyValue);

Parameters

propertyFullName
Fully qualified name of property.
newPropertyValue
New property value.

Return Value

Object that contains information about changed properties.
Browser Compatibility
56+
45+
11
See Also