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

プロパティ値

String

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

注釈

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

適用対象