CloudXPathRead Class

This activity reads the result of executing an XPath expression on an XML message.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
<ToolboxBitmapAttribute(GetType(CloudXPathRead), "resources.XPathRead.PNG")> _
<DesignerSerializerAttribute(GetType(ListSerializer), GetType(WorkflowMarkupSerializer))> _
Public Class CloudXPathRead
    Inherits Activity
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
[ToolboxBitmapAttribute(typeof(CloudXPathRead), "resources.XPathRead.PNG")] 
[DesignerSerializerAttribute(typeof(ListSerializer), typeof(WorkflowMarkupSerializer))] 
public class CloudXPathRead : Activity
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
[ToolboxBitmapAttribute(typeof(CloudXPathRead), L"resources.XPathRead.PNG")] 
[DesignerSerializerAttribute(typeof(ListSerializer), typeof(WorkflowMarkupSerializer))] 
public ref class CloudXPathRead : public Activity
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudXPathRead, "resources.XPathRead.PNG") */ 
/** @attribute DesignerSerializerAttribute(Microsoft.Workflow.Activities.ListSerializer, System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer) */ 
public class CloudXPathRead extends Activity
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) 
ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudXPathRead, "resources.XPathRead.PNG") 
DesignerSerializerAttribute(Microsoft.Workflow.Activities.ListSerializer, System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer) 
public class CloudXPathRead extends Activity

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
      Microsoft.Workflow.Activities.CloudXPathRead

Thread Safety

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CloudXPathRead Members
Microsoft.Workflow.Activities Namespace