The name of the type to check for. This should be an unqualified type name, i.e. excluding any namespace or assembly information.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public string TypeName { get; set; }
Visual Basic
Public Property TypeName As String
	Get
	Set
Visual C++
public:
property String^ TypeName {
	String^ get ();
	void set (String^ value);
}

Remarks

The type check is for an exact match, i.e. equality of type names. Inheritance is not considered; derived types will not match.

See Also