Summary
Gets the name of the referenced assembly.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Managed
Assembly Reference
Syntax
public override string Name { get; }
Value
Type | Description |
---|---|
string |
The name of the referenced assembly, or null if
the name could not be determined.
|