 | RESTClientAsyncLogEnabled Property |
Gets or sets a value indicating whether logging is enabled.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic bool LogEnabled { get; set; }
Public Property LogEnabled As Boolean
Get
Set
public:
property bool LogEnabled {
bool get ();
void set (bool value);
}
member LogEnabled : bool with get, set
Property Value
Type:
Booleantrue if [log enabled]; otherwise,
false.
See Also