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