Share via


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。

适用于