次の方法で共有


ExtensionParameter.IsPassword プロパティ

SOAP API の呼び出しで拡張パラメーター値を返すかどうかを示します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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
読み取り専用の Boolean 値です。

関連項目

参照

ExtensionParameter クラス

ReportService2005 名前空間