Returns a String that is the name of the application that created this file.

public System.String Application{ get; }
Public ReadOnly Property Application() As String
 
          string application = docProps.Application;
        
          Dim application As String = docProps.Application