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.
[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassification class.]
Retrieves the specified property definition.
Syntax
HRESULT GetPropertyDefinition(
  [in]  BSTR                    propertyName,
  [out] IFsrmPropertyDefinition **propertyDefinition
);
Parameters
[in] propertyName
The name of the property definition to retrieve.
[out] propertyDefinition
An IFsrmPropertyDefinition interface to the retrieved property definition.
Return value
The method returns the following return values.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 | 
| Minimum supported server | Windows Server 2008 R2 | 
| Target Platform | Windows | 
| Header | fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h) | 
| DLL | SrmSvc.dll | 
See also
IFsrmClassificationManager::CreatePropertyDefinition