Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The instance that is the specified value.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IInstanceSpecification Instance { get; set; }
property IInstanceSpecification^ Instance {
IInstanceSpecification^ get();
void set(IInstanceSpecification^ value);
}
abstract Instance : IInstanceSpecification with get, set
Property Instance As IInstanceSpecification
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IInstanceSpecification
See Also
IInstanceValue Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top