Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the type of object that the NamedObject refers to.

Signature
C#
C#

 public ReturnType NamedObjectType{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property NamedObjectType() As ReturnType
Example
Code Block
csharp
csharp
titleC#

NamedObject.ReturnType type = namedObj.NameType;
Code Block
vb.net
vb.net
titlevb.net

Dim type As NamedObject.ReturnType = namedObj.NameType