NAnt SDK Documentation - v0.92 |
|
ConfigurationBase.PlatformName Property
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.
See Also
ConfigurationBase Class | NAnt.VSNet Namespace