DynamicValue Constructor (Guid)
Initializes a new instance of the DynamicValue class with a GUID value.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
'Declaration Public Sub New ( _ value As Guid _ ) 'Usage Dim value As Guid Dim instance As New DynamicValue(value)
Parameters
- value
- Type: System.Guid
The value to add to the DynamicValue.
Community Additions
ADD
Show: