WorkflowControlEndpointElement.Address Property

Definition

Gets or sets the URI address for the control endpoint.

public:
 property Uri ^ Address { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("address", DefaultValue="")]
public Uri Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", DefaultValue="")>]
member this.Address : Uri with get, set
Public Property Address As Uri

Property Value

Uri

A string containing the URI address.

Attributes

Applies to