EnglishSentenceBuilderViolatesMutualExclusivenessText Property |
Gets a string containing the sentence 'violates mutual exclusiveness' in english.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string ViolatesMutualExclusivenessText { get; }
public:
virtual property String^ ViolatesMutualExclusivenessText {
String^ get () override;
}
Property Value
Type:
StringThe sentence 'violates mutual exclusiveness' in english.
See Also