Description

Owner of the view. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property Owner() As Variant

Example

Dim MyView As View
Dim ViewOwner As String = Admin

MyView.Owner = ViewOwner

See Also