다음을 통해 공유


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 주소를 포함하는 문자열입니다.

특성

적용 대상