ClientPropertyNameAttribute Constructor (String) |
Creates an instance of the ClientPropertyNameAttribute and initializes
the PropertyName value.
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ClientPropertyNameAttribute(
string propertyName
)
Public Sub New (
propertyName As String
)
public:
ClientPropertyNameAttribute(
String^ propertyName
)
new :
propertyName : string -> ClientPropertyNameAttribute
Parameters
- propertyName
- Type: SystemString
The name of the property in client script that you wish to map to.
See Also