Click or drag to resize

ObjectWithIdCollectionBaseTSingleValue Property

Verify that the collection contains exactly one value and return that value

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public T SingleValue { get; }

Property Value

Type: T
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the collection doesn't contain exactly one value
See Also