IGeneralization.Specific Property
The classifier defined by adding information to the generalizing classifier.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Specific As IClassifier
IClassifier Specific { get; set; }
property IClassifier^ Specific {
IClassifier^ get ();
void set (IClassifier^ value);
}
abstract Specific : IClassifier with get, set
function get Specific () : IClassifier
function set Specific (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.