'Declaration <CategoryAttribute("Value")> <DescriptionAttribute("The items as a string array.")> <DefaultValueAttribute(null)> Public Property ItemArray As System.String[]
[Category("Value")] [Description("The items as a string array.")] [DefaultValue(null)] public System.String[] ItemArray { get; set; }
[Category("Value")] [Description("The items as a string array.")] [DefaultValue(null)] public: __property System.String[] get_ItemArray(); public: __property void set_ItemArray(
System.String[]* value
);
[Category("Value")] [Description("The items as a string array.")] [DefaultValue(null)] public:
property System.String[] ItemArray { System.String[] get(); void set(array<System.String>^ value); }
Property Value
A string array, which is returned by this property, can contain strings in the following formats:
- an arbitrary string, which may contain "displayed value" and/or "export value"
- string in a format: ExportValue=DisplayedValue