// 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);
function WebPropertyInfoJS;