SetElementProperty

Function Usage

Sets the plugin property value.

Prototype

1
APP_ERROR Stream::SetElementProperty(const std::string& elementName, const std::string& propertyName, const std::string& propertyValue);

Parameters

Parameter

Input/Output

Description

elementName

Input

Plugin name

propertyName

Input

Property name

propertyValue

Input

Property value

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.