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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property Application() As String
{signature}
{example}{code:csharp|title=C#}
Example
 
Code Block
csharp
csharp
titleC#
            string application = docProps.Application;
        {code}
{code:
|title=}
Code Block
vb.net
vb.net
titlevb.net
            Dim application As String = docProps.Application
        {code}

{example}
Example