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
'Declaration
Property General As IClassifier
IClassifier General { get; set; }
property IClassifier^ General {
IClassifier^ get ();
void set (IClassifier^ value);
}
abstract General : IClassifier with get, set
function get General () : IClassifier
function set General (value : IClassifier)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
.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.