ServiceConfig.TipUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Transaction Internet Protocol (TIP) URL,允許被封入程式碼於現有交易中執行。
public:
property System::String ^ TipUrl { System::String ^ get(); void set(System::String ^ value); };
public string TipUrl { get; set; }
member this.TipUrl : string with get, set
Public Property TipUrl As String
屬性值
TIP URL。 預設值是 null
。
備註
TipUrl 類似於 屬性, BringYourOwnTransaction 但允許封入的程式代碼以TIP URL 所指定的現有交易執行。