Share via


TestElement.m_storage Field

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the value of the Storage property.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<PersistenceElementNameAttribute("storage")> _
Protected m_storage As String
'Usage
Dim value As String 

value = Me.m_storage 

Me.m_storage = value
[PersistenceElementNameAttribute("storage")]
protected string m_storage
[PersistenceElementNameAttribute(L"storage")]
protected:
String^ m_storage
protected var m_storage : String

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

Storage