Determines whether the specified property exists in the values collection.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public bool ContainsProperty(
	string propertyName
)
Visual Basic
Public Function ContainsProperty ( _
	propertyName As String _
) As Boolean
Visual C++
public:
bool ContainsProperty(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String
Name of the property.

Return Value

true if the specified property name is found; otherwise, false.

See Also