namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition AliasNameCategoryType i=23456
isAbstract false
interface UAAliasNameCategory_Base {
    findAlias: UAMethod;
    lastChange?: UAProperty<number, UInt32>;
}

Hierarchy (view full)

Properties

findAlias: UAMethod
lastChange?: UAProperty<number, UInt32>