VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / get_ReadOnly Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ReadOnly Method
In This Topic
Gets a value indicating whether the property is read-only.
Syntax
var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);

var value; // Type: boolean
value = instance.get_ReadOnly();

Return Value

True - propert is read-only; False - property is read-write.
Browser Compatibility
56+
45+
11
See Also