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

Resource.IsResX Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the resource is in fact a ResX file.

[Visual Basic]
Public ReadOnly Property IsResX As Boolean
[C#]
public bool IsResX {get;}

Property Value

true if the resource is a ResX file; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.Resource.IsResX

See Also

Resource Class | NAnt.VSNet Namespace