Reset Method
Resets all the properties of the entire settlement to their default values.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method resets the Header and Parameter Record properties to default values, and clears all Detail Records. To clear only the Detail Records (leaving Header and Parameter records intact) clear the DetailRecords collection.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.