Click or drag to resize
RpObjectILS_RP_INDEXED_ATTR_BOOLEAN Method
Defines an indexed attribute attrName to the class clName with accessor accName.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static void ILS_RP_INDEXED_ATTR_BOOLEAN(
	string clName,
	string attrName,
	string accName
)

Parameters

clName
Type: SystemString
The name of the class.
attrName
Type: SystemString
The attribute name.
accName
Type: SystemString
The accessor name.
See Also