MessageHeaderDescription.Actor 속성

정의

메시지 헤더의 해당 수신자를 가져오거나 설정합니다.

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

속성 값

String

메시지 헤더의 해당 수신자를 나타내는 URI입니다.

적용 대상