AssemblyDownloadInfo.CanIgnore Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.