var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent); var value; // Type: boolean value = instance.get_RefreshFromParent();
function get_RefreshFromParent() : boolean;
Return Value
True - parent property must be used for changing value of this property; False - property has function that allows to change the property value.