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

In This Topic
    hasProperty Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function hasProperty( _
       ByVal obj As Object, _
       ByVal name As String, _
       ByVal inherit As Boolean _
    ) As Boolean
    public static bool hasProperty( 
       object obj,
       string name,
       bool inherit
    )

    Parameters

    obj
    name
    inherit
    See Also