ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _JsonElementUtility Class / _hasProperty Method

In This Topic
    _hasProperty Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _hasProperty( _
       ByVal json As JsonElement, _
       ByVal propName As String _
    ) As Boolean
    public static bool _hasProperty( 
       JsonElement json,
       string propName
    )

    Parameters

    json
    propName
    See Also