Description
Returns aString
that is the name of the application that created this file.
C#
public System.String Application{ get ; } |
vb.net
Public ReadOnly Property Application() As String |
Examples
C#
string application = docProps.Application; |
vb.net
Dim application As String = docProps.Application |