IsPassword プロパティ

SOAP API の呼び出しで拡張パラメーター値を返す必要があるかどうかを示す値を取得します。

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Property IsPassword As Boolean
    Get
    Set
'使用
Dim instance As ExtensionParameter
Dim value As Boolean

value = instance.IsPassword

instance.IsPassword = value
public bool IsPassword { get; set; }
public:
property bool IsPassword {
    bool get ();
    void set (bool value);
}
member IsPassword : bool with get, set
function get IsPassword () : boolean
function set IsPassword (value : boolean)

プロパティ値

型: System. . :: . .Boolean
SOAP API による呼び出しから拡張機能の設定を除外する必要がある場合は true、除外しない場合は false です。