Opt whether to make the MTO static.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property IsStatic() As Boolean
|
| [C#] |
|---|
public bool IsStatic {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IsStatic();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsStatic(
|
| [Java] |
|---|
public bool getIsStatic();public void setIsStatic(
|