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

ConfigurationBase.PlatformName Property

[This is preliminary documentation and subject to change.]

Gets the platform that the configuration targets.

[Visual Basic]
MustOverride Public ReadOnly Property PlatformName As String
[C#]
public abstract string PlatformName {get;}

Property Value

The platform targeted by the configuration.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ConfigurationBase.PlatformName

See Also

ConfigurationBase Class | NAnt.VSNet Namespace