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 type of object that the [NamedObject|NamedObject] refers to.{excerpt}
{signature:C#}
 public ReturnType NamedObjectType{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property NamedObjectType() As ReturnType
{signature}
{example}{code:csharp|title=C#}
NamedObject.ReturnType type = namedObj.NameType;{code}
{code:vb.net|title=vb.net}
Dim type As NamedObject.ReturnType = namedObj.NameType{code}

{example}