IFsrmSetting::get_DisableCommandLine method (fsrm.h)

Retrieves or sets a value that determines whether FSRM prevents command line actions from running.

This property is read/write.

Syntax

HRESULT get_DisableCommandLine(
  VARIANT_BOOL *disableCommandLine
);

Parameters

disableCommandLine

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrm.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmSetting

IFsrmSetting