IFsrmPropertyBag::SetFileProperty method (fsrmpipeline.h)

Sets the specified property in the property bag.

Syntax

HRESULT SetFileProperty(
  [in] BSTR name,
  [in] BSTR value
);

Parameters

[in] name

The name of the property to set.

[in] value

The value to set the property to.

Return value

The method returns the following return values.

Remarks

The caller must be a storage module to obtain access to this 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::GetFileProperty