IFsrmPropertyBag::GetFileProperty method (fsrmpipeline.h)

Retrieves the specified property from the property bag.

Syntax

HRESULT GetFileProperty(
  [in]  BSTR          name,
  [out] IFsrmProperty **fileProperty
);

Parameters

[in] name

The name of the property to retrieve.

[out] fileProperty

An IFsrmProperty interface to the retrieved property.

Return value

The method returns the following return values.

Remarks

Use the property name specified in the rule's PropertyAffected 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

IFsrmPropertyBag

IFsrmPropertyBag::SetFileProperty