ParserSettingsMutuallyExclusive Property |
Gets or sets a value indicating whether set a mutually exclusive behavior.
Default is set to false.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool MutuallyExclusive { get; set; }
public:
property bool MutuallyExclusive {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also