SendActivity.CustomAddress 속성

정의

서비스와 통신하는 데 사용되는 사용자 지정 주소를 가져오거나 설정합니다.

public:
 property System::String ^ CustomAddress { System::String ^ get(); void set(System::String ^ value); };
public string CustomAddress { get; set; }
member this.CustomAddress : string with get, set
Public Property CustomAddress As String

속성 값

해당 값이 서비스에서 수신 대기 중인 주소인 문자열 값입니다.

설명

있는 경우 이 값은 작업의 엔드포인트 주소를 정의하는 데 사용됩니다.

적용 대상