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  String
Property name.

Return Value

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