NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcAssemblyReference.Name Property

[This is preliminary documentation and subject to change.]

Gets the name of the referenced assembly.

[Visual Basic]
Overrides Public ReadOnly Property Name As String
[C#]
public override string Name {get;}

Property Value

The name of the referenced assembly, or a null reference (Nothing in Visual Basic) if the name could not be determined.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.VcAssemblyReference.Name

See Also

VcAssemblyReference Class | NAnt.VSNet Namespace