ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonAttribute Class / JsonAttribute Constructor / JsonAttribute Constructor(Boolean)

In This Topic
    JsonAttribute Constructor(Boolean)
    In This Topic
    Constructor
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isSerializableToJson As System.Boolean _
    )
    public JsonAttribute( 
       System.bool isSerializableToJson
    )

    Parameters

    isSerializableToJson
    See Also