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

...

Description

Excerpt

Returns a String representing the name of this bookmark.

Signature
C#
C#
 public System.String Name{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property Name() As String
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

string bmarkName = bmark.Name;
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

Dim bmarkName As String = bmark.Name
{code} {example}