Specify whether scenario needs to be
saved
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsDirty() As Boolean
|
| [C#] |
|---|
public bool IsDirty {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsDirty();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsDirty(
|
| [Java] |
|---|
public bool getIsDirty();
|