XmlInteractiveActivity.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 XmlInteractiveActivity
Dim value As Uri
value = instance.ResourceAddress
instance.ResourceAddress = value
Syntax
'Declaration
<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.")> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property ResourceAddress As Uri
[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.")]
[CategoryAttribute("Parameters")]
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(true)]
public Uri ResourceAddress { get; set; }
[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.")]
[CategoryAttribute(L"Parameters")]
[ValidationOptionAttribute(ValidationOption::Optional)]
[BrowsableAttribute(true)]
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
XmlInteractiveActivity Class
XmlInteractiveActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace