SPSqlDataSource.AllowIntegratedSecurity Property
Gets or sets a value indicating whether integrated security is allowed.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AllowIntegratedSecurity As Boolean
Get
Set
'Usage
Dim instance As SPSqlDataSource
Dim value As Boolean
value = instance.AllowIntegratedSecurity
instance.AllowIntegratedSecurity = value
public bool AllowIntegratedSecurity { get; set; }
Property Value
Type: System.Boolean
true if integrated security is allowed; otherwise, false.