'Declaration
Public ReadOnly Property Plates As Google.Protobuf.Collections.RepeatedField(Of RunRearrayWorkflow_Parameters.Types.Plates_Struct)
'Usage
Dim instance As RunRearrayWorkflow_Parameters Dim value As Google.Protobuf.Collections.RepeatedField(Of RunRearrayWorkflow_Parameters.Types.Plates_Struct) value = instance.Plates
public Google.Protobuf.Collections.RepeatedField<RunRearrayWorkflow_Parameters.Types.Plates_Struct> Plates {get;}
public: property Google.Protobuf.Collections.RepeatedField<RunRearrayWorkflow_Parameters.Types.Plates_Struct^>^ Plates { Google.Protobuf.Collections.RepeatedField<RunRearrayWorkflow_Parameters.Types.Plates_Struct^>^ get(); }