Dynamicweb 8 Documentation
ValueExists Property

Gets a value indicating whether value exists in the key/value collection.
Syntax
'Declaration
 
Public ReadOnly Property ValueExists( _ 
   ByVal name As String _ 
) As Boolean
public bool ValueExists( 
   string name 
) {get;}

Parameters

name

Property Value

true if value exists; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members

Send Feedback