Click or drag to resize

AuthenticateJobIsAccessible Property

A flag indicating if the job (Container) was accessible during the attempt to scan the root level blobs for 'real' *.vtr vartrees. There are three possible values: True if the job's container was accessible. False if the job's container was inaccessible because the container may not exist or there are security restrictions. null indicates that no attempt was made to access the container.

Namespace: RCS.Licensing.Stdlib
Assembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax
C#
public bool? IsAccessible { get; set; }

Property Value

NullableBoolean
See Also