Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |