'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("A prefix string that is concatenated with the text string presented to the user.")> Public Property Prefix As System.String
[DefaultValue(null)] [Description("A prefix string that is concatenated with the text string presented to the user.")] public System.String Prefix { get; set; }
[DefaultValue(null)] [Description("A prefix string that is concatenated with the text string presented to the user.")] public: __property System.String get_Prefix(); public: __property void set_Prefix(
System.String value
);
[DefaultValue(null)] [Description("A prefix string that is concatenated with the text string presented to the user.")] public:
property System.String Prefix { System.String get(); void set(System.String value); }