| 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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.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