WorkflowControlEndpointElement.Address 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控制终结点的 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 地址的字符串。
- 属性