NAnt SDK Documentation - v0.92

Resource.IsResX Property

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.

See Also

Resource Class | NAnt.VSNet Namespace