AttributeRequestMessage.AttributePtr プロパティ

定義

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

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

プロパティ値

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

例外

有効な URI ではない値を設定しようとしました。

注釈

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

適用対象