'Declaration
Public Property SelectedFields As UASimpleAttributeOperandCollection
'Usage
Dim instance As UAPublishedEventsElement Dim value As UASimpleAttributeOperandCollection instance.SelectedFields = value value = instance.SelectedFields
public UASimpleAttributeOperandCollection SelectedFields {get; set;}
public: 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).