IFsrmFileScreenTemplate::get_Name method (fsrmscreen.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileScreenTemplate class.]

Retrieves and sets the name of the file screen template.

This property is read/write.

Syntax

HRESULT get_Name(
  BSTR *name
);

Parameters

name

Return value

None

Remarks

If a template with the specified name exists, the template fails with FSRM_E_ALREADY_EXISTS when you call the IFsrmFileScreen::Commit method.

Examples

For an example, see Using Templates to Define File Screens.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2008
Target Platform Windows
Header fsrmscreen.h
DLL SrmSvc.dll

See also

IFsrmFileScreenTemplate

MSFT_FSRMFileScreenTemplate