次の方法で共有


AttributeRequestMessage.Result プロパティ

定義

メッセージの wresult パラメーターを取得または設定します。

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

プロパティ値

wresult パラメーターの値を含む文字列。

注釈

メッセージ null から wresult パラメーターを削除するには、 または 空の文字列を に設定します。

適用対象