EnglishSentenceBuilderAndWord Property |
Gets a string containing the word 'and' in english.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string AndWord { get; }
public:
virtual property String^ AndWord {
String^ get () override;
}
Property Value
Type:
StringThe word 'and' in english.
See Also