Connection.SourceId Property

Definition

Source Identifier

Represents the following attribute in the schema: srcId

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

Property Value

Returns StringValue.

Attributes

Applies to