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.

An asset property value entry containing the following information.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.AssetPropertyValue

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

Syntax

C#
public class AssetPropertyValue

The AssetPropertyValue type exposes the following members

Constructors

NameDescription
Public Method AssetPropertyValue()

Properties

NameTypeDescription
Public Property Quality System.String

Gets and sets the property Quality.

Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD, BAD, or UNCERTAIN.

Public Property Timestamp Amazon.IoT.Model.AssetPropertyTimestamp

Gets and sets the property Timestamp.

The asset property value timestamp.

Public Property Value Amazon.IoT.Model.AssetPropertyVariant

Gets and sets the property Value.

The value of the asset property.

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