Description

Storage location of the entity. DATATYPE: String.

Property Type

  • Read-write property

Syntax

Public Property StorageLocation() As Variant

Example

Dim MyEntity As Entity
Dim StorLoc As String = "SQLSVR-7"

MyEntity.StorageLocation = StorLoc
  • No labels