次の方法で共有


AttributeRequestMessage.Attribute プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象