Version

SetProperty Method (ClientEventsBase)

Set value of a property with validation for illegal characters.
Syntax
'Declaration
 
Protected Sub SetProperty( _
   ByVal id As Integer, _
   ByVal value As String _
) 
protected void SetProperty( 
   int id,
   string value
)

Parameters

id
Id of property. That is a constant defined by control which is used as index of property within array returned by GetClientEventNameList().
value
New value for a property
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