'Declaration
<NotNullAttribute()> Property SelectedFields As UASimpleAttributeOperandCollection
'Usage
Dim instance As _UAPublishedEventsElement Dim value As UASimpleAttributeOperandCollection instance.SelectedFields = value value = instance.SelectedFields
[NotNull()] UASimpleAttributeOperandCollection SelectedFields {get; set;}
[NotNull()] property UASimpleAttributeOperandCollection^ SelectedFields { UASimpleAttributeOperandCollection^ get(); void set ( UASimpleAttributeOperandCollection^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).