DataQueryEventSpecificationImpl.Binding Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides DataQueryEventSpecification.Binding.

Namespace:  Microsoft.VisualStudio.IntelliTrace.ObjectModel.Impl.Configuration
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Overrides Property Binding As MetadataMethod
public override MetadataMethod Binding { get; protected set; }
public:
virtual property MetadataMethod^ Binding {
    MetadataMethod^ get () override;
    protected: void set (MetadataMethod^ value) override;
}
abstract Binding : MetadataMethod with get, set 
override Binding : MetadataMethod with get, set
override function get Binding () : MetadataMethod 
protected override function set Binding (value : MetadataMethod)

Property Value

Type: MetadataMethod

.NET Framework Security

See Also

Reference

DataQueryEventSpecificationImpl Class

Microsoft.VisualStudio.IntelliTrace.ObjectModel.Impl.Configuration Namespace