NAnt SDK Documentation - v0.92

PropertyDictionary.IsReadOnlyProperty Method 

Determines whether the specified property is listed as read-only.

[Visual Basic]
Overridable Public Function IsReadOnlyProperty( _
   ByVal name As String _
) As Boolean
[C#]
public virtual bool IsReadOnlyProperty(
   string name
);

Parameters

name
The name of the property to check.

Return Value

true if the property is listed as read-only; otherwise, false.

See Also

PropertyDictionary Class | NAnt.Core Namespace