IFsrmRule::get_Name method (fsrmpipeline.h)

The name of the rule.

This property is read/write.

Syntax

HRESULT get_Name(
  BSTR *name
);

Parameters

name

Return value

None

Remarks

The name must be unique for its type (see the IFsrmRule.RuleType property).

Requirements

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

See also

IFsrmRule