Share via


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)

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.

See also

Reference

SPSqlDataSource class

SPSqlDataSource members

Microsoft.SharePoint.WebControls namespace