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 behavioral feature that the Behavior implements.
Namespace: Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IBehavioralFeature Specification { get; set; }
property IBehavioralFeature^ Specification {
IBehavioralFeature^ get();
void set(IBehavioralFeature^ value);
}
abstract Specification : IBehavioralFeature with get, set
Property Specification As IBehavioralFeature
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature
See Also
IBehavior Interface
Microsoft.VisualStudio.Uml.CommonBehaviors Namespace
Return to top