IFsrmPropertyDefinition::get_Type method (fsrmpipeline.h)

The type of data that the property contains.

This property is read/write.

Syntax

HRESULT get_Type(
  FsrmPropertyDefinitionType *type
);

Parameters

type

Return value

None

Remarks

You cannot change the type after you commit the definition.

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