 | ISelectionEntityMemberUnCheckValue Method |
Uncheck a value
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxvoid UnCheckValue(
string value
)
Sub UnCheckValue (
value As String
)
Parameters
- value
- Type: SystemString
Value to uncheck
See Also