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
INamespace Namespace { get; }
property INamespace^ Namespace {
INamespace^ get ();
}
abstract Namespace : INamespace with get
function get Namespace () : INamespace
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamespace
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.