MessageHeader<T>.Actor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置消息头的目标接收方。
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
属性值
消息头的目标接收方。 默认值为空字符串("")。
注解
如果此属性为空,则消息头被解释为以消息的最终接收方为目标。