DynamicDataObjectGetGuid Method

Get value by property name.

Definition

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

Parameters

key  String
Property name.

Return Value

Guid
Property value with type is Guid.

Exceptions

InvalidCastException if the property data is not IEnumerable

See Also