Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the extension type.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared Property ExtensionType As Type
Get
Set
'Usage
Dim value As Type
value = BdcSoapHttpClientProtocol.ExtensionType
BdcSoapHttpClientProtocol.ExtensionType = value
public static Type ExtensionType { get; set; }
Property Value
Type: System.Type
The extension type.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The property is being set to a type that does not implement the IBdcSoapHttpClientProtocolExtension interface. |
Remarks
This property must be a type that implements the IBdcSoapHttpClientProtocolExtension interface. BdcSoapHttpClientProtocol creates an object of this type and delegates Web method calls to the extension.
See Also
Reference
BdcSoapHttpClientProtocol Class