SmartSockets .NET Class Library

TipcProperties.createOption Method (String, String)

Create a new option.

public virtual TipcOption createOption(
   string name,
   string Value
);

Parameters

name
the option to create.
Value
the initial value of the option.

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