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)

Syntax

'Declaration
Property IsStatic As Boolean
    Get
    Set
bool IsStatic { get; set; }
property bool IsStatic {
    bool get ();
    void set (bool value);
}
abstract IsStatic : bool with get, set
function get IsStatic () : boolean
function set IsStatic (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IFeature Interface

Microsoft.VisualStudio.Uml.Classes Namespace