[ColumnDisplay(2)] [DefaultValue("")] [Display(AutoGenerateField=false, ShortName="String Identifier")] [XmlIgnore()] public string StringIdentifier {get; set;}
[ColumnDisplay(2)] [DefaultValue("")] [Display(AutoGenerateField=false, ShortName="String Identifier")] [XmlIgnore()] public: property String^ StringIdentifier { String^ get(); void set ( String^ value); }
'Declaration
<ColumnDisplayAttribute(2)> <DefaultValueAttribute("")> <DisplayAttribute(AutoGenerateField=False, ShortName="String Identifier")> <XmlIgnoreAttribute()> Public Property StringIdentifier As String