Maximum number of objects in all strands for the Chain.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxStrandDepth() As Integer |
[C#] |
---|
public int MaxStrandDepth {get; set;} |
[Managed C++] |
---|
public: __property int get_MaxStrandDepth(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxStrandDepth( int * pMaxStrandDepth ); public: HRESULT put_MaxStrandDepth( int maxStrandDepth ); |
[Java] |
---|
public Integer getMaxStrandDepth(); public void setMaxStrandDepth( Integer ); |