[]
Gets or sets the name of the data region's overflow.
public string OverflowName { get; set; }
| Type | Description |
|---|---|
| string | A string value indicating the name of the data region's overflow. |
OverflowPlaceHolder placeHolder = new OverflowPlaceHolder();
placeHolder.OverflowName = "OverflowPlaceHolder1";