Gets the
PicklistItem information for the item with the specified name.
Note that StandardPicklist items always have a name distinct from its
text that serves as a constant. This is not necessarily true for the
other picklist types.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItem GetByName(
string name
)
Public Function GetByName (
name As String
) As PicklistItem
Parameters
- name
- Type: SystemString
The name of the item.
Return Value
Type:
PicklistItemThe matching PicklistItemInfo if found, else null.
See Also