OnGetBindingProperty Method

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

Signaled by the GetBindingProperty method to enable a subclass to create a binding element for a specific purpose.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Protected Overridable Function OnGetBindingProperty ( _
    propName As String _
) As Object
protected virtual Object OnGetBindingProperty(
    string propName
)
protected:
virtual Object^ OnGetBindingProperty(
    String^ propName
)
abstract OnGetBindingProperty : 
        propName:string -> Object 
override OnGetBindingProperty : 
        propName:string -> Object 
protected function OnGetBindingProperty(
    propName : String
) : Object

Parameters

Return Value

Type: System. . :: . .Object
The property object.

.NET Framework Security

See Also

Reference

BindingElement Class

Ws.Services.Binding Namespace