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

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

    Parameters

    json
    propName
    See Also