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.
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)
Syntax
bool IsStatic { get; set; }
property bool IsStatic {
bool get();
void set(bool value);
}
abstract IsStatic : bool with get, set
Property IsStatic As Boolean
Property Value
Type: System.Boolean
See Also
IFeature Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top