Version

WriteClientOnlyProperty Method (ObjectBase)

Stores the property in hashtable, that will be rendered down to the client. Client only properties only get sent down to the client, they do not get sent back to the server.
Syntax
'Declaration
 
Protected Overridable Sub WriteClientOnlyProperty( _
   ByVal name As String, _
   ByVal prop As Object _
) 
protected virtual void WriteClientOnlyProperty( 
   string name,
   object prop
)

Parameters

name
The name used to identify the client only property. This name will be used to retrieve the property on the clientside.
prop
The property that will be sent down the client.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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