AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Value of a segment annotation. Has one of three value types: Number, Boolean, or String.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.AnnotationValue

Namespace: Amazon.XRay.Model
Assembly: AWSSDK.XRay.dll
Version: 3.x.y.z

Syntax

C#
public class AnnotationValue

The AnnotationValue type exposes the following members

Constructors

NameDescription
Public Method AnnotationValue()

Properties

NameTypeDescription
Public Property BooleanValue System.Boolean

Gets and sets the property BooleanValue.

Value for a Boolean annotation.

Public Property NumberValue System.Double

Gets and sets the property NumberValue.

Value for a Number annotation.

Public Property StringValue System.String

Gets and sets the property StringValue.

Value for a String annotation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5