C# Класс Amazon.IoT.AutoRegistrationStatus

Constants used for properties of type AutoRegistrationStatus.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DISABLE AutoRegistrationStatus
ENABLE AutoRegistrationStatus

Открытые методы

Метод Описание
AutoRegistrationStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : AutoRegistrationStatus

Finds the constant for the unique value.

Описание методов

AutoRegistrationStatus() публичный Метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public AutoRegistrationStatus ( string value ) : System
value string
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : AutoRegistrationStatus
value string The unique value for the constant
Результат AutoRegistrationStatus

Описание свойств

DISABLE публичное статическое свойство

Constant DISABLE for AutoRegistrationStatus
public static AutoRegistrationStatus,Amazon.IoT DISABLE
Результат AutoRegistrationStatus

ENABLE публичное статическое свойство

Constant ENABLE for AutoRegistrationStatus
public static AutoRegistrationStatus,Amazon.IoT ENABLE
Результат AutoRegistrationStatus