Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns a {{String}} that is the name of the application that created this file.{excerpt}
{signature:C#}
 public System.String Application{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Application() As String
{signature}
{example}{code:csharp|title=C#}

          string application = docProps.Application;
        {code}
{code:vb.net|title=vb.net}

          Dim application As String = docProps.Application
        {code}

{example}