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( VARIANT_BOOL * pVal ); public: HRESULT put_IsStatic( VARIANT_BOOL IsStatic ); |
[Java] |
---|
public bool getIsStatic(); public void setIsStatic( bool ); |