CreateMessageFromDynamicValue Class

Represents an activity to create a message from DynamicValue.

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity(Of XElement)
        System.Activities.CodeActivity(Of XElement)
          Microsoft.Activities.CreateMessageFromDynamicValue

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

'Declaration
Public NotInheritable Class CreateMessageFromDynamicValue _
	Inherits CodeActivity(Of XElement)
'Usage
Dim instance As CreateMessageFromDynamicValue

The CreateMessageFromDynamicValue type exposes the following members.

  NameDescription
Public methodCreateMessageFromDynamicValueInitializes a new instance of the CreateMessageFromDynamicValue class.
Top

  NameDescription
Public propertyActionGets or sets the action of how the message should be processed.
Public propertyBodyGets or sets the message body.
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 XElement).)
Public propertyResult (Inherited from Activity(Of XElement).)
Public propertyResultType (Inherited from ActivityWithResult.)
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: