WebPublishItem.SourceType Property

Definition

Web Source Type

Represents the following attribute in the schema: sourceType

[DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> SourceType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> SourceType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sourceType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>? SourceType { get; set; }
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "sourceType")>]
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sourceType")>]
member this.SourceType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues> with get, set
Public Property SourceType As EnumValue(Of WebSourceValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to