SoapDataSource.AuthenticationParameters Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationParameters As ParameterCollection
Get
'Usage
Dim instance As SoapDataSource
Dim value As ParameterCollection
value = instance.AuthenticationParameters
public ParameterCollection AuthenticationParameters { get; }
Property Value
Type: System.Web.UI.WebControls.ParameterCollection