ExecutionInfo.ExecutionID 속성

정의

현재 실행을 고유하게 식별하는 문자열을 가져오거나 설정합니다.

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

속성 값

String 값입니다.

설명

ExecutionID SOAP 헤더의 ExecutionHeader 속성에서 반환된 ExecutionHeaderValue 의 값과 일치합니다.

.

적용 대상