SmartTagType.SmartTagNamespace Property

Smart Tag Namespace.Represents the attribte in schema: w:namespaceuri

Namespace:  DocumentFormat.OpenXml.Wordprocessing
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.Wordprocessing Namespace