PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the profile contains the specified property.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public bool Contains(
	string propertyName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Contains ( _
	propertyName As  _
) As 

Parameters

propertyName
String
Name of the property.

Return Value

true if the profile contains the specified property; otherwise, false.

See Also

Advanced