Share via


NonPersistableAttribute Class

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class NonPersistableAttribute _
    Inherits Attribute
'Usage
Dim instance As NonPersistableAttribute
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = false)]
public sealed class NonPersistableAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Field, AllowMultiple = false)]
public ref class NonPersistableAttribute sealed : public Attribute
public final class NonPersistableAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.Common.NonPersistableAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NonPersistableAttribute Members

Microsoft.VisualStudio.TestTools.Common Namespace