WebPublishObject.DestinationFile 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.
Destination File
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