Gets or sets the non-coherent integration flag.
Read-write property
[Visual Basic .NET] |
---|
Public Property NonCoherentIntegration() As Boolean |
[C#] |
---|
public bool NonCoherentIntegration {get; set;} |
[Managed C++] |
---|
public: __property bool get_NonCoherentIntegration(); |
[Unmanaged C++] |
---|
public: HRESULT get_NonCoherentIntegration( VARIANT_BOOL * pVal ); public: HRESULT put_NonCoherentIntegration( VARIANT_BOOL val ); |
[Java] |
---|
public bool getNonCoherentIntegration(); public void setNonCoherentIntegration( bool ); |