PropertyBagBase..::..IsDefined Method

This property indicates whether or not the associated property was created.

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool IsDefined(
	string propertyName
)
Public Function IsDefined ( _
	propertyName As String _
) As Boolean

Parameters

propertyName
Type: String
Name of the property.

Return Value