DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / InitializationResult Class / CanInsert Property

In This Topic
    CanInsert Property (InitializationResult)
    In This Topic
    Gets whether the collection can insert items.
    Syntax
    'Declaration
     
    Public Property CanInsert As Boolean
    public bool CanInsert {get; set;}
    See Also