次の方法で共有


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 です。

適用対象