Determines whether the collection contains a property definition

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Contains(
	ProfilePropertyDefinition value
)
Visual Basic
Public Function Contains ( 
	value As ProfilePropertyDefinition
) As Boolean

Parameters

value
Type: DotNetNuke.Entities.Profile..::..ProfilePropertyDefinition
A ProfilePropertyDefinition object

Return Value

A Boolean True/False

See Also