ContentDatabaseSection.UseWindowsAuthentication property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseWindowsAuthentication As Boolean
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As Boolean
value = instance.UseWindowsAuthentication
instance.UseWindowsAuthentication = value
public bool UseWindowsAuthentication { get; set; }
Property value
Type: System.Boolean