IFeature::IsStatic Property

 

True if this feature is shared by all the instances of its classifier. False if each instance effectively has a separate copy of the feature.

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

property bool IsStatic {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Return to top
Show: