Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / SecurityErrorEventArgs Class / Retry Property

In This Topic
    Retry Property
    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