This documentation is for the old version. Go to the latest Graphics Mill docs

XmpLocalizedTextItemNode.Namespace Property

Returns a namespaces to which this item belongs.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides NotOverridable ReadOnly Property Namespace As XmpNamespace
C#
public override sealed XmpNamespace Namespace { get; }

Property Value

XmpNamespace class instance which represents the namespace this item belongs to.

See Also

Reference