DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / CustomHeaders Class / Delete Property

In This Topic
    Delete Property
    In This Topic
    Cusotom headers for the delete operation
    Syntax
    'Declaration
     
    Public Property Delete As Dictionary(Of String,String)
    public Dictionary<string,string> Delete {get; set;}
    See Also