ClientScriptResourceAttributeComponentType Property |
The component type name to use when referencing the component class in XML. If
the XML reference is "<myns:Foo/>", the component type is "Foo".
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ComponentType { get; set; }
Public Property ComponentType As String
Get
Set
public:
property String^ ComponentType {
String^ get ();
void set (String^ value);
}
member ComponentType : string with get, set
Property Value
Type:
String
See Also