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
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
- 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.