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

PropertyDictionary.IsReadOnlyProperty Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.IsReadOnlyProperty(System.String)

See Also

PropertyDictionary Class | NAnt.Core Namespace