Indicates if the entity is static or
dynamic.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Static() As Boolean
|
| [C#] |
|---|
public bool Static {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_Static();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Static(
|
| [Java] |
|---|
public bool getStatic();public void setStatic(
|