[Missing <summary> documentation for "P:GrassValley.Utility.ServerUtil.Stopwatch.ElapsedMilliseconds"]

Namespace:  GrassValley.Utility.ServerUtil
Assembly:  ServerUtil (in ServerUtil.dll) Version: 1.0.3622.23132

Syntax

C#
public long ElapsedMilliseconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property ElapsedMilliseconds As Long
Visual C++
public:
property long long ElapsedMilliseconds {
	long long get ();
}

See Also