SmartTagType.SmartTagNamespace Property

SmartTag Namespace URI.Represents the attribte in schema: namespaceUri

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

Syntax

'Declaration
<SchemaAttrAttribute(, "namespaceUri")> _
Public Property SmartTagNamespace As StringValue
    Get
    Set
'Usage
Dim instance As SmartTagType
Dim value As StringValue

value = instance.SmartTagNamespace

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

SmartTagType Class

SmartTagType Members

DocumentFormat.OpenXml.Spreadsheet Namespace