IGeneralization.General Property

 

The classifier that is specialized by the specific classifier.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IClassifier General { get; set; }
property IClassifier^ General {
    IClassifier^ get();
    void set(IClassifier^ value);
}
abstract General : IClassifier with get, set
Property General As IClassifier

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IClassifier

See Also

IGeneralization Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top