CloudXPathRead.InXPathExpression Property
The XPath expression to be used in querying the InXml property.
Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)
Usage
Syntax
'Declaration
<DescriptionAttribute("The XPath Expression to be used in reading the XML.")> _
Public Property InXPathExpression As String
[DescriptionAttribute("The XPath Expression to be used in reading the XML.")]
public string InXPathExpression { get; set; }
[DescriptionAttribute(L"The XPath Expression to be used in reading the XML.")]
public:
virtual property String^ InXPathExpression {
String^ get () sealed;
void set (String^ value);
}
/** @property */
public final String get_InXPathExpression ()
/** @property */
public void set_InXPathExpression (String value)
public final function get InXPathExpression () : String
public function set InXPathExpression (value : String)
Property Value
Returns String.
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 Class
CloudXPathRead Members
Microsoft.Workflow.Activities Namespace