AssemblyDownloadInfo.CanIgnore Property

Definition

Gets a value indicating whether the assembly can be downloaded.

public:
 property bool CanIgnore { bool get(); };
public bool CanIgnore { get; }
member this.CanIgnore : bool
Public ReadOnly Property CanIgnore As Boolean

Property Value

See the Remarks section.

Remarks

Use the CanIgnore property with the Culture property to determine whether an assembly can be downloaded.

An assembly can be downloaded under the following conditions:

An assembly cannot be downloaded under the following conditions:

CanIgnore is set in the constructor.

Applies to