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