WebPublishItem.DestinationFile Property

Definition

Destination File Name

Represents the following attribute in the schema: destinationFile

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

Property Value

Returns StringValue.

Attributes

Applies to