TimerResult.m_name Field
Name for this timer result object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("name")> _
Protected m_name As String
[PersistenceElementNameAttribute("name")]
protected string m_name
[PersistenceElementNameAttribute(L"name")]
protected:
String^ m_name
[<PersistenceElementNameAttribute("name")>]
val mutable m_name: string
protected var m_name : String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.