Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.