'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Property LocaleIds As StringCollection
'Usage
Dim instance As _UAWriterGroupData Dim value As StringCollection instance.LocaleIds = value value = instance.LocaleIds
[ElementsNotNull()] [NotNull()] StringCollection LocaleIds {get; set;}
[ElementsNotNull()] [NotNull()] property StringCollection^ LocaleIds { StringCollection^ get(); void set ( StringCollection^ value); }