SmartSockets .NET Class Library

TipcProperties.createOption Method (String, String, Boolean, Boolean, Boolean)

Create a new option.

public virtual TipcOption createOption(
   string name,
   string Value,
   bool require,
   bool readOnly,
   bool protect
);

Parameters

name
the option to create.
Value
the initial value of the option.
require
if the option is required to have a value.
readOnly
if the option is read only.
protect
if the option is to be protected (non-monitorable).

Return Value

the newly created option.

Exceptions

Exception TypeCondition
TipcAlreadyExistsException If the option already exists.

See Also

TipcProperties Class | TipcProperties Members | TIBCO.SMARTSOCKETS Namespace | TipcProperties.createOption Overload List


Copyright © TIBCO Software Inc. All rights reserved