DynamicDataObjectGetGuid Method
|
Get value by property name.
Namespace: Casewhere.SystemTypesAssembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid GetGuid(
string key
)
Parameters
- key String
- Property name.
Return Value
GuidProperty value with type is Guid.
ExceptionsException | Condition |
---|
InvalidCastException |
if the property data is not IEnumerable
|
See Also