Interface IBooleanPropertyValueData
Данные значения свойства типа Boolean.
Inherited Members
IAbstractValue.ToBytes()
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBooleanPropertyValueData : IPropertyValueData, IEquatable<IPropertyValueData>, IComparable<IPropertyValueData>, IComparable, IAbstractValue
Properties
Value
Возвращает значение свойства.
Declaration
bool Value { get; }
Property Value
| Type | Description |
|---|---|
| bool |