BdcSoapHttpClientProtocol.BdcHttpCustomHeaderCollection Property
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property BdcHttpCustomHeaderCollection As IDictionary(Of String, SecureString)
Get
'Usage
Dim instance As BdcSoapHttpClientProtocol
Dim value As IDictionary(Of String, SecureString)
value = instance.BdcHttpCustomHeaderCollection
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public IDictionary<string, SecureString> BdcHttpCustomHeaderCollection { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, SecureString>
See Also
Reference
BdcSoapHttpClientProtocol Class
BdcSoapHttpClientProtocol Members
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService Namespace