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