'Declaration
<NotNullAttribute()> Public ReadOnly Property TargetAgents As List(Of OID)
[NotNull()] public List<OID> TargetAgents {get;}
[NotNull()] public: property List<OID^>^ TargetAgents { List<OID^>^ get(); }
'Declaration
<NotNullAttribute()> Public ReadOnly Property TargetAgents As List(Of OID)
[NotNull()] public List<OID> TargetAgents {get;}
[NotNull()] public: property List<OID^>^ TargetAgents { List<OID^>^ get(); }