Setting.IsPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the setting 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
A Boolean
value indicating whether the setting value should be returned in calls to the SOAP API.
Remarks
A value of true
indicates that the setting value should not be returned in any SOAP responses resulting from calls to the SOAP API; otherwise, false
.
If the IsPassword property is set to a value of true
, then the report server does not return the value of the setting in any SOAP API call that results in settings being returned (for example, calls to the GetSubscriptionProperties and ListSubscriptions methods).
Important
The report server does not encrypt setting values by default, regardless of the value for the IsPassword property. The Encrypted property of the extension parameter must also be set to a value of true
to encrypt the extension parameter value in the report server database.