IMetabaseObjectDescriptor.IsShared

Fore Syntax

IsShared: Boolean;

Fore.NET Syntax

IsShared: Boolean;

Description

The IsShared property returns whether the object is present in the version control system.

Comments

The property returns True if the object was placed in the version control system. Use the Share method to place the object in the version control system.

Example

The example of use is in the description of the Share method.

See also:

IMetabaseObjectDescriptor

IMetabaseObjectDescriptor.Share