Description
Generate the graph while MCS is being run.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property GenerateOnRun() As Boolean
|
| [C#] |
|---|
public bool GenerateOnRun {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_GenerateOnRun(); public: __property void set_GenerateOnRun( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_GenerateOnRun( VARIANT_BOOL * pRetVal ); public: HRESULT put_GenerateOnRun( VARIANT_BOOL NewGenerateOnRun );
|
| [Java] |
|---|
public bool getGenerateOnRun();public void setGenerateOnRun( bool );
|
See Also