OfTypeExpression::TypeName Property

.NET Framework (current version)
 

Gets or sets the type that the filter is based on.

Namespace:   System.Web.UI.WebControls.Expressions
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ TypeName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type that the filter is based on. The default value is null.

.NET Framework
Available since 4.0
Return to top
Show: