Dynamicweb 8 Documentation
Value Property (PageView)

Gets or sets values of the pageview object.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> 
Public Property Value( _ 
   ByVal Name As String _ 
) As Object
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] 
public object Value( 
   string Name 
) {get; set;}

Parameters

Name

Property Value

The value.
Remarks
Used internally. Can be used as a key/value container for this instance of a pageview - a kind of cache.
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

PageView Class
PageView Members

Send Feedback