TestPropertyAttribute Class

Definition

The test property attribute.

public ref class TestPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class TestPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type TestPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class TestPropertyAttribute
Inherits Attribute
Inheritance
TestPropertyAttribute
Attributes

Constructors

TestPropertyAttribute(String, String)

Initializes a new instance of the TestPropertyAttribute class.

Properties

Name

Gets the name.

Value

Gets the value.

Applies to