ExtensionParameter.IsPassword Property

Definition

Gets a value that indicates whether the extension parameter value should be returned in calls to the 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

Property Value

true if the extension setting should be exclude from calls made through the SOAP API; otherwise, false.

Applies to