Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

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

Signature
C#
C#

 public System.String Application{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Application() As String
Example
 
Code Block
csharp
csharp
titleC#
          
string application = docProps.Application;
        
Code Block
vb.net
vb.net
titlevb.net
          
Dim application As String = docProps.Application
        
Example