'宣言 Public Overrides ReadOnly Property PointsLocationExpressions As System.Collections.Generic.List(Of List(Of String))
'使用法 Dim instance As LinesLayer Dim value As System.Collections.Generic.List(Of List(Of String)) value = instance.PointsLocationExpressions
public override System.Collections.Generic.List<List<string>> PointsLocationExpressions {get;}