Reset Method
Reset the variables to default value.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method will reset the variables to default value.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.