PexFieldBindingAttribute Class

Definition

Attribute to specify a place holder for a binding field value.

public ref class PexFieldBindingAttribute sealed : Microsoft::Pex::Framework::PexAttributeBase
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class PexFieldBindingAttribute : Microsoft.Pex.Framework.PexAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type PexFieldBindingAttribute = class
    inherit PexAttributeBase
Public NotInheritable Class PexFieldBindingAttribute
Inherits PexAttributeBase
Inheritance
PexFieldBindingAttribute
Attributes

Constructors

PexFieldBindingAttribute(String)

Initializes a new instance of the PexFieldBindingAttribute class.

Properties

FieldName

Gets the name of the field to be bound.

Applies to