CreateDynamicValueFromMessage Class

Represents an activity to create DynamicValue from a message.

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity(Of DynamicValue)
        System.Activities.CodeActivity(Of DynamicValue)
          Microsoft.Activities.CreateDynamicValueFromMessage

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

'Declaration
Public NotInheritable Class CreateDynamicValueFromMessage _
	Inherits CodeActivity(Of DynamicValue)
'Usage
Dim instance As CreateDynamicValueFromMessage

The CreateDynamicValueFromMessage type exposes the following members.

  NameDescription
Public methodCreateDynamicValueFromMessageInitializes a new instance of the CreateDynamicValueFromMessage class.
Top

  NameDescription
Protected propertyCacheId (Inherited from Activity.)
Public propertyDisplayName (Inherited from Activity.)
Public propertyHeadersGets or sets the message headers.
Public propertyId (Inherited from Activity.)
Protected propertyImplementationVersion (Inherited from CodeActivity(Of DynamicValue).)
Public propertyResult (Inherited from Activity(Of DynamicValue).)
Public propertyResultType (Inherited from ActivityWithResult.)
Public propertyValueGets or sets the value of the property to create.
Public propertyVersionGets or sets the version of the message.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodShouldSerializeDisplayName (Inherited from Activity.)
Public methodToString (Inherited from Activity.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

Show: