FileSharing.ReservationPassword 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.
Write Reservation Password
Represents the following attribute in the schema: reservationPassword
[DocumentFormat.OpenXml.SchemaAttr(0, "reservationPassword")]
public DocumentFormat.OpenXml.HexBinaryValue ReservationPassword { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue ReservationPassword { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "reservationPassword")]
public DocumentFormat.OpenXml.HexBinaryValue? ReservationPassword { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("reservationPassword")]
public DocumentFormat.OpenXml.HexBinaryValue? ReservationPassword { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? ReservationPassword { get; set; }
member this.ReservationPassword : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "reservationPassword")>]
member this.ReservationPassword : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("reservationPassword")>]
member this.ReservationPassword : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property ReservationPassword As HexBinaryValue
Property Value
Returns StringValue.
- Attributes