Summary
Gets a value indicating whether the
NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage
instances contains valid data.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
.ResourceLinkage
Syntax
public bool IsValid { get; }
Value
Type | Description |
---|---|
bool |
true if the NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage
instance contains valid data; otherwise, false .
|