DynamicValue Implicit Conversion (Guid to DynamicValue)

Casts a GUID value to a DynamicValue.

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

static implicit operator DynamicValue^ (
	Guid value
)

Parameters

value
Type: System::Guid
A GUID value.

Return Value

Type: Microsoft.Activities::DynamicValue
A DynamicValue representation of the specified GUID value.

Community Additions

ADD
Show: