CustomXmlElement.Uri Property

Custom XML Markup Namespace. 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 CustomXmlElement
Dim value As StringValue

value = instance.Uri

instance.Uri = value
[SchemaAttrAttribute(, "uri")]
public StringValue Uri { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

CustomXmlElement Class

CustomXmlElement Members

DocumentFormat.OpenXml.Wordprocessing Namespace