WorkflowControlEndpointElement.Address 属性

定义

获取或设置控制终结点的 URI 地址。

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

属性值

Uri

一个包含 URI 地址的字符串。

属性

适用于