| RpObjectGetAttributeId Method (String) |
Gets the attribute identifier corresponding to the
attribute label.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int GetAttributeId(
string label
)
Public Function GetAttributeId (
label As String
) As Integer
public:
int GetAttributeId(
String^ label
)
Parameters
- label
- Type: SystemString
The attribute label.
Return Value
Type:
Int32The attribute identifier, or
0 if not
found.
Remarks
This identifier reflects the order in which the
attributes appear in the view specification (starting from
1).
See Also