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