Maximum number of objects in all strands for the Chain.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumStrandsToStore() As Integer |
[C#] |
---|
public int NumStrandsToStore {get; set;} |
[Managed C++] |
---|
public: __property int get_NumStrandsToStore(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumStrandsToStore( int * pVal ); public: HRESULT put_NumStrandsToStore( int val ); |
[Java] |
---|
public Integer getNumStrandsToStore(); public void setNumStrandsToStore( Integer ); |