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

'Declaration
ReadOnly Property Namespace As INamespace
    Get
INamespace Namespace { get; }
property INamespace^ Namespace {
    INamespace^ get ();
}
abstract Namespace : INamespace
function get Namespace () : INamespace

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamespace

.NET Framework Security

See Also

Reference

INamedElement Interface

Microsoft.VisualStudio.Uml.Classes Namespace