IPackageImport.ImportingNamespace Property

The Namespace that imports the members from a Package.

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

Syntax

'Declaration
Property ImportingNamespace As INamespace
    Get
    Set
INamespace ImportingNamespace { get; set; }
property INamespace^ ImportingNamespace {
    INamespace^ get ();
    void set (INamespace^ value);
}
abstract ImportingNamespace : INamespace with get, set
function get ImportingNamespace () : INamespace
function set ImportingNamespace (value : INamespace)

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamespace

.NET Framework Security

See Also

Reference

IPackageImport Interface

Microsoft.VisualStudio.Uml.Classes Namespace