GetTransferFileInfoOptionsExposePasswords Property |
Gets or sets a value indicating whether any passwords are exposed when app setting transfer items are included.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "exposePasswords", EmitDefaultValue = false)]
public bool ExposePasswords { get; set; }
<DataMemberAttribute(Name := "exposePasswords", EmitDefaultValue := false)>
Public Property ExposePasswords As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"exposePasswords", EmitDefaultValue = false)]
property bool ExposePasswords {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "exposePasswords", EmitDefaultValue = false)>]
member ExposePasswords : bool with get, set
Property Value
Type:
BooleanSee Also