MessageHeaders.RelatesTo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此訊息相關之訊息的識別碼。
public:
property System::Xml::UniqueId ^ RelatesTo { System::Xml::UniqueId ^ get(); void set(System::Xml::UniqueId ^ value); };
public System.Xml.UniqueId RelatesTo { get; set; }
member this.RelatesTo : System.Xml.UniqueId with get, set
Public Property RelatesTo As UniqueId
屬性值
與此訊息相關之訊息的識別碼。
備註
此屬性對應于 <RelateTo>
WS 位址規格中所述的專案。