BaseID property

BaseID property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Returns a base ID for a master.

Version added

2000

Syntax

        
          strRet = object.BaseID
      

strRet

String. A Master object's base ID.

object

Required. An expression that returns a Master object.

Remarks

A base ID is assigned to a master when it is created. When a master is copied, the copies all have the same base ID as the original master.

A Master object also has a UniqueID property that remains the same as the original master when copied. If the copy of the master gets changed, the unique ID changes but the base ID remains the same.

The only way to change a master's base ID is to use the NewBaseID property.