Method TrySetValue
TrySetValue(object)
Try to set a value on this port if it is allowed
Declaration
public virtual bool TrySetValue(object val)
Parameters
| Type | Name | Description | 
|---|---|---|
| object | val | Value to set.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True on success.  |