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.

Represents the data for a typed attribute. You can set one, and only one, of the elements. Each attribute in an item is a name-value pair. Attributes have a single value.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.TypedAttributeValue

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

Syntax

C#
public class TypedAttributeValue

The TypedAttributeValue type exposes the following members

Constructors

NameDescription
Public Method TypedAttributeValue()

Properties

NameTypeDescription
Public Property BinaryValue System.IO.MemoryStream

Gets and sets the property BinaryValue.

A binary data value.

Public Property BooleanValue System.Boolean

Gets and sets the property BooleanValue.

A Boolean data value.

Public Property DatetimeValue System.DateTime

Gets and sets the property DatetimeValue.

A date and time value.

Public Property NumberValue System.String

Gets and sets the property NumberValue.

A number data value.

Public Property StringValue System.String

Gets and sets the property StringValue.

A string data value.

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