Share via


IDataElement.TypeName Property

Gets the type name of the data element that is formatted according to the Common Language Specification

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
ReadOnly Property TypeName As String
string TypeName { get; }
property String^ TypeName {
    String^ get ();
}
abstract TypeName : string with get
function get TypeName () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

IDataElement Interface

Microsoft.VisualStudio.IntelliTrace Namespace