 | IReadOnlySelectionEntityMemberIsValueSelected Method |
Determines whether the specified value belongs to the user selection.
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool IsValueSelected(
string value
)
Function IsValueSelected (
value As String
) As Boolean
Parameters
- value
- Type: SystemString
The value to check.
Return Value
Type:
BooleanTrue if the specified value belongs to the user selection, otherwise
false
See Also