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.
Defines how to compute, derive, or construct the instance.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Specification As IValueSpecification
Get
Set
IValueSpecification Specification { get; set; }
property IValueSpecification^ Specification {
IValueSpecification^ get ();
void set (IValueSpecification^ value);
}
abstract Specification : IValueSpecification with get, set
function get Specification () : IValueSpecification
function set Specification (value : IValueSpecification)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IValueSpecification
.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.