言語

ExtensionParameter.IsPassword プロパティ

定義

拡張パラメータの値をSOAP APIへの呼び出しで返すべきかどうかを示す値を受け取ります。

public:
 property bool IsPassword { bool get(); void set(bool value); };
public bool IsPassword { get; set; }
member this.IsPassword : bool with get, set
Public Property IsPassword As Boolean

プロパティ値

true 拡張設定をSOAP API経由で行う呼び出しから除外すべきかどうか、それ以外は false

適用対象