'Declaration
<System.ComponentModel.CategoryAttribute("Authentication")> <System.ComponentModel.DescriptionAttribute("Specifies if windows authentication should be used.")> Public Property UseWindowsAuthentication As System.Boolean
'Usage
Dim instance As SQLStoredProc Dim value As System.Boolean instance.UseWindowsAuthentication = value value = instance.UseWindowsAuthentication
[System.ComponentModel.Category("Authentication")] [System.ComponentModel.Description("Specifies if windows authentication should be used.")] public System.bool UseWindowsAuthentication {get; set;}