PreconditionIgnoreFailures Property |
If true all false evaluations will be ignored.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static bool IgnoreFailures { get; set; }
Public Shared Property IgnoreFailures As Boolean
Get
Set
public:
static property bool IgnoreFailures {
bool get ();
void set (bool value);
}
static member IgnoreFailures : bool with get, set
Property Value
Type:
Boolean
true if ignore failures, false if not.
See Also