MultilineTextAttributeValue Property |
Gets the all non-blank lines as string.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual string Value { get; }
public:
virtual property String^ Value {
String^ get ();
}
Property Value
Type:
StringA string of all non-blank lines.
See Also