Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.