'Declaration <DescriptionAttribute("The data of string type corresponding to the related entry in the file attachment collection schema field.")> <DefaultValueAttribute(null)> Public Property DataAsString As System.String
[Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")] [DefaultValue(null)] public System.String DataAsString { get; set; }
[Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")] [DefaultValue(null)] public: __property System.String get_DataAsString(); public: __property void set_DataAsString(
System.String value
);
[Description("The data of string type corresponding to the related entry in the file attachment collection schema field.")] [DefaultValue(null)] public:
property System.String DataAsString { System.String get(); void set(System.String value); }
Property Value
Строковое значение, если поле содержит строковое значение, т. е. поле схемы, связанное с полем данных, имеет тип данных AttachmentCollectionSchemaFieldDataType.String;
в противном случае null.
в противном случае null.