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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.WebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
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
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