PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / ConnectionProperties Class / IntegratedSecurity Property

In This Topic
    IntegratedSecurity Property (ConnectionProperties)
    In This Topic
    Gets or sets the value indicating whether connection to this data source should use integrated security.
    Syntax
    'Declaration
     
    Public Property IntegratedSecurity As Boolean
    public bool IntegratedSecurity {get; set;}
    See Also