DynamicValue Implicit Conversion (Guid to DynamicValue)

Casts a GUID value to a DynamicValue.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Guid _
) As DynamicValue
'Usage
Dim input As Guid 
Dim output As DynamicValue 

output = CType(input, DynamicValue)
public static implicit operator DynamicValue (
    Guid value
)
static implicit operator DynamicValue^ (
    Guid value
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

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

See Also

Reference

DynamicValue Class

Implicit Overload

Microsoft.Activities Namespace