CustomXmlAttribute.Uri Property

uri.Represents the attribte in schema: w:uri

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "uri")> _
Public Property Uri As StringValue
    Get
    Set
'Usage
Dim instance As CustomXmlAttribute
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.

See Also

Reference

CustomXmlAttribute Class

CustomXmlAttribute Members

DocumentFormat.OpenXml.Wordprocessing Namespace