 | FWRetValForwardStatus Property |
Gets or sets a value indicating whether the Status should be forwarded to the "NEXT" page load (for redirects).
Namespace:
Koden.Utils.Models
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic bool ForwardStatus { get; set; }
Public Property ForwardStatus As Boolean
Get
Set
public:
property bool ForwardStatus {
bool get ();
void set (bool value);
}
member ForwardStatus : bool with get, set
Property Value
Type:
Booleantrue if [forward status]; otherwise,
false.
See Also