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 the name string that the specified [NamedObject|NamedObject] object represents.{excerpt}
{signature:C#}
 public System.String Name{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Name() As String
{signature}
{example}{code:csharp|title=C#}
String objectName = namedObj.Name;{code}
{code:vb.net|title=vb.net}
Dim objectName As String = namedObj.Name{code}

{example}