Click or drag to resize

RpObjectILS_RP_DEFAULT_INDEXED_ATTR_STRING Method

Defines default indexed string attribute accessor accName to the class clName.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static void ILS_RP_DEFAULT_INDEXED_ATTR_STRING(
	string clName,
	string accName
)

Parameters

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