[]
Gets or sets an object used to receieve the output string.
[Browsable(false)]
public object Target { get; set; }
Type | Description |
---|---|
object | An object indicates the output target. |
To make sure the string could be receieved, the output target object should either have a public property named 'Text' or 'Value'. In addition, a string typed property is valid.