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

CompilerBase.ResourceLinkage.ClassName Property

[This is preliminary documentation and subject to change.]

Gets the name of the class (most likely a form) that the resource is associated with.

[Visual Basic]
Public Property ClassName As String
[C#]
public string ClassName {get; set;}

Property Value

The name of the class the resource is associated with.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.ResourceLinkage.ClassName

See Also

CompilerBase.ResourceLinkage Class | NAnt.DotNet.Tasks Namespace