PexFieldBindingAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
PexFieldBindingAttribute(String) |
Initializes a new instance of the PexFieldBindingAttribute class. |
Properties
FieldName |
Gets the name of the field to be bound. |