CloudXPathUpdate.InNewValue Property

The value to be used in updating the location in the InXml property retrieved by the InXPathExpression property.

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

Usage

Syntax

'Declaration
<DescriptionAttribute("The value to update to.")> _
Public Property InNewValue As String
[DescriptionAttribute("The value to update to.")] 
public string InNewValue { get; set; }
[DescriptionAttribute(L"The value to update to.")] 
public:
property String^ InNewValue {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_InNewValue ()

/** @property */
public void set_InNewValue (String value)
public function get InNewValue () : String

public function set InNewValue (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

CloudXPathUpdate Class
CloudXPathUpdate Members
Microsoft.Workflow.Activities Namespace