Scope.ReplyToAddress 属性

定义

获取或设置信赖方的 replyTo 地址。

public:
 virtual property System::String ^ ReplyToAddress { System::String ^ get(); void set(System::String ^ value); };
public virtual string ReplyToAddress { get; set; }
member this.ReplyToAddress : string with get, set
Public Overridable Property ReplyToAddress As String

属性值

信赖方的 replyTo 地址。 这通常是 URI。

适用于