NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringBuilder.MaxCapacity

Retrieves the maximum capacity of the current StringBuilder.

[Visual Basic]
Public ReadOnly Property MaxCapacity As Integer
[C#]
public int MaxCapacity {get;}
[C++]
public: __property int get_MaxCapacity();
[JScript]
public function get MaxCapacity() : int;

Property Value

Read only. This property retrieves the maximum capacity of the current StringBuilder. (defaults to MaxValue)

See Also

StringBuilder Class | StringBuilder Members | System.Text Namespace