If true, components or segments that are modified by a target sequence will be restored to their nominal values as soon as the target sequence completes its run; otherwise, modified items will not be restored to nominal values until the entire MCS completes its run.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseNominalSettings() As Boolean |
[C#] |
---|
public bool UseNominalSettings {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseNominalSettings(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseNominalSettings( VARIANT_BOOL * pVal ); public: HRESULT put_UseNominalSettings( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getUseNominalSettings(); public void setUseNominalSettings( bool ); |