adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / FileServiceProviderDefinition Class / ServiceType Property


In This Topic
    ServiceType Property (FileServiceProviderDefinition)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property ServiceType As String
    public abstract string ServiceType {get;}
    public:
    abstract property String^ ServiceType {
       String^ get();
    }
    See Also