VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type / WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
В этом разделе
Initializes a new instance of the WebPropertyInfoJS class.
Синтаксис
// 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);

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.
Смотрите также