Gets or sets the heading string.
You can directly assign a
HeadingInfo instance.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic string Heading { get; set; }
public:
property String^ Heading {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also