adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ImportExportFacility Class / SetSource Method
The contents of an adTempus export file.


In This Topic
    SetSource Method
    In This Topic
    Sets the import source from a string.
    Syntax
    'Declaration
     
    
    Public Sub SetSource( _
       ByVal data As String _
    ) 
    public void SetSource( 
       string data
    )
    public:
    void SetSource( 
       String^ data
    ) 

    Parameters

    data
    The contents of an adTempus export file.
    See Also