IDfsFileInfoApplicationTitle Property |
Title of the application that wrote the file
When setting, the new string must match the length of
the existing string. If the new string is shorter,
spaces are appended, if the new string is longer,
it is truncated.
Namespace:
DHI.Generic.MikeZero.DFS
Assembly:
DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxstring ApplicationTitle { get; set; }
Property ApplicationTitle As String
Get
Set
property String^ ApplicationTitle {
String^ get ();
void set (String^ value);
}
abstract ApplicationTitle : string with get, set
Property Value
Type:
String
See Also