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