'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> ReadOnly Property StringIdentifier As String
[DefaultValue("")] [NotNull()] string StringIdentifier {get;}
[DefaultValue("")] [NotNull()] property String^ StringIdentifier { String^ get(); }