Description

Owner of the entity. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Owner() As Variant

Example

Dim MyEntity As Entity
Dim strOwner As String = "EntOwner"

MyEntity.Owner = strOwner
  • No labels