ClientControlPropertyAttribute Constructor (Boolean) |
Initializes a new ClientControlPropertyAttribute
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ClientControlPropertyAttribute(
bool isScriptProperty
)
Public Sub New (
isScriptProperty As Boolean
)
public:
ClientControlPropertyAttribute(
bool isScriptProperty
)
new :
isScriptProperty : bool -> ClientControlPropertyAttribute
Parameters
- isScriptProperty
- Type: SystemBoolean
See Also