Click or drag to resize

DynamicDataObjectGetGuid Method

Get value by property name.

Namespace:  Casewhere.SystemTypes
Assembly:  Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Guid GetGuid(
	string key
)

Parameters

key
Type: SystemString
Property name.

Return Value

Type: Guid
Property value with type is Guid.
Exceptions
ExceptionCondition
InvalidCastException if the property data is not IEnumerable
See Also