Click or drag to resize

LicenceJobIsAccessible 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.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public bool? IsAccessible { get; set; }

Property Value

NullableBoolean
See Also