| 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
Syntaxpublic T SingleValue { get; }
Property Value
Type:
T
ExceptionsException | Condition |
---|
InvalidOperationException | If the collection doesn't contain exactly one value |
See Also