Click or drag to resize

ISelectionEntityMember.IsValueSelected Method

Determines whether the specified value belongs to the selection.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
bool IsValueSelected(
	string value
)

Parameters

value
Type: System.String
The value to check.

Return Value

Type: Boolean
true if the value is selected, otherwise false
See Also