Share via


Sources.Uri Property

Definition

Uniform Resource Identifier

Represents the following attribute in the schema: URI

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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies a URI or unique identifier with which a documentation style is associated; may be used to uniquely identify versions of styles that share a StyleName.

Here is an example:

<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="123">  

The possible values for this attribute are defined by the ST_String255 simple type.

Applies to