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
屬性值
訊息標頭的目標收件者。 預設為空字串 ("")。
備註
如果此屬性是空的,標頭會解譯為以最終訊息收件者為目標。