adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileOperationTask Class / SourceServiceProvider Property


In This Topic
    SourceServiceProvider Property
    In This Topic
    The FileServiceProvider (if any) where the source files are located
    Syntax
    'Declaration
     
    
    Public Property SourceServiceProvider As FileServiceProvider
    public FileServiceProvider SourceServiceProvider {get; set;}
    public:
    property FileServiceProvider^ SourceServiceProvider {
       FileServiceProvider^ get();
       void set (    FileServiceProvider^ value);
    }
    Remarks
    Set to a null reference (Nothing in Visual Basic) when no file service provider is required (e.g., for local files)
    See Also