Visual Basic (Declaration)
Public Overrides ReadOnly Property BindingElementType As Type
Dim instance As HttpTransportElement
Dim value As Type
value = instance.BindingElementType
public override Type BindingElementType { get; }
public:
virtual property Type^ BindingElementType {
Type^ get () override;
}
public override function get BindingElementType () : Type