IDfsFileInfoFileTitle Property  | 
 
            Title of the file. Can be empty string.
            
            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 FileTitle { get; set; }Property FileTitle As String
	Get
	Set
property String^ FileTitle {
	String^ get ();
	void set (String^ value);
}abstract FileTitle : string with get, set
Property Value
Type: 
String
See Also