Compute optimal strands.
Read-write property
[Visual Basic .NET] |
---|
Public Property Compute() As Boolean |
[C#] |
---|
public bool Compute {get; set;} |
[Managed C++] |
---|
public: __property bool get_Compute(); |
[Unmanaged C++] |
---|
public: HRESULT get_Compute( VARIANT_BOOL * pCompute ); public: HRESULT put_Compute( VARIANT_BOOL compute ); |
[Java] |
---|
public bool getCompute(); public void setCompute( bool ); |