INamedElement.Namespace Property

 

Gets the Namespace in which this element is defined. May be null.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

INamespace Namespace { get; }
property INamespace^ Namespace {
    INamespace^ get();
}
abstract Namespace : INamespace with get
ReadOnly Property Namespace As INamespace

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamespace

See Also

INamedElement Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top