Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a String 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

Examples

 
  • No labels