Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / SecurityErrorEventArgs Class / Retry Property

In This Topic
    Retry Property (SecurityErrorEventArgs)
    In This Topic
    Gets or sets a value indicating whether the C1DocumentSource should retry the operation which caused the security error. The default value is false.
    Syntax
    'Declaration
     
    Public Property Retry As Boolean
    public bool Retry {get; set;}
    See Also