TextProperties.SourceFile Property

Definition

sourceFile

Represents the following attribute in the schema: sourceFile

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

Property Value

Returns StringValue.

Attributes

Applies to