ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / Feature Class / Properties Property

In This Topic
    Properties Property
    In This Topic
    Gets additional properties for this feature.
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As System.Collections.Generic.IDictionary(Of String,Object)
    public System.Collections.Generic.IDictionary<string,object> Properties {get;}
    See Also