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

ProjectBase.ProductVersion Property

[This is preliminary documentation and subject to change.]

Gets the Visual Studio product version of the project.

[Visual Basic]
Public ReadOnly Property ProductVersion As ProductVersion
[C#]
public ProductVersion ProductVersion {get;}

Property Value

The Visual Studio product version of the project.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ProjectBase.ProductVersion

See Also

ProjectBase Class | NAnt.VSNet Namespace