| RpObjectILS_RP_DEFAULT_ATTR_USERTYPE Method |
Defines default usertype 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_ATTR_USERTYPE(
string clName,
string userType,
string accName
)
Public Shared Sub ILS_RP_DEFAULT_ATTR_USERTYPE (
clName As String,
userType As String,
accName As String
)
public:
static void ILS_RP_DEFAULT_ATTR_USERTYPE(
String^ clName,
String^ userType,
String^ accName
)
Parameters
- clName
- Type: SystemString
The name of the class. - userType
- Type: SystemString
The user type. - accName
- Type: SystemString
The accessor name.
See Also