IDataElement.Value Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the value of the data element.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
ReadOnly Property Value As String
Get
'Usage
Dim instance As IDataElement
Dim value As String
value = instance.Value
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 base 10 decimal format. For objects, the value is the type name enclosed in braces: {type-name}. For objects where the value was not collected, the value is set to {unknown}.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.