Table of Contents

Class ClientPropertyNameAttribute

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
[AttributeUsage(AttributeTargets.Property)]
public sealed class ClientPropertyNameAttribute : Attribute
Inheritance
ClientPropertyNameAttribute
Inherited Members

Constructors

ClientPropertyNameAttribute(string)

public ClientPropertyNameAttribute(string propertyName)

Parameters

propertyName string

Properties

PropertyName

public string PropertyName { get; }

Property Value

string