|
LdapSecurityProviderCacheMaximumRetryAttempts Property
|
Gets or sets the maximum retry attempts allowed for loading offline user data cache.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public int CacheMaximumRetryAttempts { get; set; }
Public Property CacheMaximumRetryAttempts As Integer
Get
Set
public:
property int CacheMaximumRetryAttempts {
int get ();
void set (int value);
}
member CacheMaximumRetryAttempts : int with get, set
function get_CacheMaximumRetryAttempts();
function set_CacheMaximumRetryAttempts(value);
View SourceProperty Value
Int32See Also