Connection.SavePassword Property

Definition

savePassword

Represents the following attribute in the schema: savePassword

[DocumentFormat.OpenXml.SchemaAttr(0, "savePassword")]
public DocumentFormat.OpenXml.BooleanValue SavePassword { get; set; }
public DocumentFormat.OpenXml.BooleanValue SavePassword { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "savePassword")]
public DocumentFormat.OpenXml.BooleanValue? SavePassword { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("savePassword")]
public DocumentFormat.OpenXml.BooleanValue? SavePassword { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SavePassword { get; set; }
member this.SavePassword : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "savePassword")>]
member this.SavePassword : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("savePassword")>]
member this.SavePassword : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SavePassword As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to