IProfileInstance.Package Property

The Package in which the stereotypes of the Profile can be used.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IPackage

.NET Framework Security

See Also

Reference

IProfileInstance Interface

Microsoft.VisualStudio.Uml.Classes Namespace