BaseSentenceBuilderOptionWord Property |
Gets a string containing word 'option'.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract string OptionWord { get; }
public:
virtual property String^ OptionWord {
String^ get () abstract;
}
Property Value
Type:
StringThe word 'option'.
See Also