IInstanceValue.Instance Property
The instance that is the specified value.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Instance As IInstanceSpecification
IInstanceSpecification Instance { get; set; }
property IInstanceSpecification^ Instance {
IInstanceSpecification^ get ();
void set (IInstanceSpecification^ value);
}
abstract Instance : IInstanceSpecification with get, set
function get Instance () : IInstanceSpecification
function set Instance (value : IInstanceSpecification)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IInstanceSpecification
.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.