'Declaration
<System.Runtime.Serialization.DataMemberAttribute()> Public Property Integrations As System.Collections.Generic.List(Of String)
'Usage
Dim instance As License Dim value As System.Collections.Generic.List(Of String) instance.Integrations = value value = instance.Integrations
[System.Runtime.Serialization.DataMember()] public System.Collections.Generic.List<string> Integrations {get; set;}