Sources.Uri Property
Uniform Resource Identifier.Represents the attribte in schema: URI
Namespace: DocumentFormat.OpenXml.Bibliography
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "URI")> _
Public Property Uri As StringValue
Get
Set
'Usage
Dim instance As Sources
Dim value As StringValue
value = instance.Uri
instance.Uri = value
[SchemaAttrAttribute(, "URI")]
public StringValue Uri { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
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.