PWResetActivity.ResourceAddress Property

This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

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

Usage

'Usage
Dim instance As PWResetActivity
Dim value As Uri

value = instance.ResourceAddress

instance.ResourceAddress = value

Syntax

'Declaration
<CategoryAttribute("Parameters")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<DescriptionAttribute("A URI representing the endpoint address of the WS-Transfer endpoint to allow subsequent Get, Put, and Delete calls on the newly created resource. This will be included in the WS-T Create Response sent back to the client.")> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public Property ResourceAddress As Uri
[CategoryAttribute("Parameters")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[DescriptionAttribute("A URI representing the endpoint address of the WS-Transfer endpoint to allow subsequent Get, Put, and Delete calls on the newly created resource. This will be included in the WS-T Create Response sent back to the client.")] 
[ValidationOptionAttribute(ValidationOption.Optional)] 
[BrowsableAttribute(false)] 
public Uri ResourceAddress { get; set; }
[CategoryAttribute(L"Parameters")] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[DescriptionAttribute(L"A URI representing the endpoint address of the WS-Transfer endpoint to allow subsequent Get, Put, and Delete calls on the newly created resource. This will be included in the WS-T Create Response sent back to the client.")] 
[ValidationOptionAttribute(ValidationOption::Optional)] 
[BrowsableAttribute(false)] 
public:
property Uri^ ResourceAddress {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_ResourceAddress ()

/** @property */
public void set_ResourceAddress (Uri value)
public function get ResourceAddress () : Uri

public function set ResourceAddress (value : Uri)

Property Value

Returns Uri.

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

PWResetActivity Class
PWResetActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace