MFDeprecatedAttributeIsError Property |
True if the use of the configuration key should be an error and prevent the use of the configuration.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool IsError { get; set; }
Public Property IsError As Boolean
Get
Set
public:
property bool IsError {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also