IFsrmPropertyDefinition::get_ValueDescriptions method (fsrmpipeline.h)

Descriptions for each of the possible values specified in the PossibleValues property.

This property is read/write.

Syntax

HRESULT get_ValueDescriptions(
  SAFEARRAY **valueDescriptions
);

Parameters

valueDescriptions

Return value

None

Remarks

There is a one-to-one relationship between these descriptions and the list of possible values specified in the PossibleValues property. If you do not want to specify a description for one of the values in the list, set the corresponding item in the array to an empty string.

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

IFsrmPropertyDefinition