Udostępnij za pośrednictwem


Właściwość ExtensionParameter.IsPassword

Pobiera wartość wskazująca, czy powinna zostać zwrócona wartość parametru rozszerzenie w wywołaniach SOAP API.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property IsPassword As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli ustawienie rozszerzenia należy wykluczyć z wywołań API SOAP; w przeciwnym razie false.