'Declaration Public Property IntegratedSecurity As Boolean
public bool IntegratedSecurity {get; set;}
Property Value
A System.Boolean vaalue.true
if the data source uses integrated security; otherwise, false
. Default is false
.'Declaration Public Property IntegratedSecurity As Boolean
public bool IntegratedSecurity {get; set;}
true
if the data source uses integrated security; otherwise, false
. Default is false
.