MessageHeader<T>.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

消息头的目标接收方。 默认值为空字符串("")。

注解

如果此属性为空,则消息头被解释为以消息的最终接收方为目标。

适用于