'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The data of number type corresponding to the related entry in the file attachment collection schema field.")> Public Property DataAsNumber As Single
[DefaultValue(0)] [Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")] public float DataAsNumber { get; set; }
[DefaultValue(0)] [Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")] public: __property float get_DataAsNumber(); public: __property void set_DataAsNumber(
float value
);
[DefaultValue(0)] [Description("The data of number type corresponding to the related entry in the file attachment collection schema field.")] public:
property float DataAsNumber { float get(); void set(float value); }
Property Value
Числовое значение, если поле содержит числовое значение, т. е. поле схемы, связанное с полем данных, имеет тип данных AttachmentCollectionSchemaFieldDataType.Number;
в противном случае 0.
в противном случае 0.