IDataElement.Value Property

Gets the value of the data element.

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

Syntax

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

Property Value

Type: System.String

Remarks

For primitive values, the value is formatted in decimal (base 10). For objects, the value is the type name that is enclosed in curly braces ({type-name}). For objects where the value was not collected, the value is set to "{unknown}".

.NET Framework Security

See Also

Reference

IDataElement Interface

Microsoft.VisualStudio.IntelliTrace Namespace