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.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IDataElement Interface

Microsoft.VisualStudio.IntelliTrace Namespace