Previous Topic: MergeRule Property

Next Topic: Execute Method


VersionDescription Property

Provides a description to be associated with the merged version.

Syntax

object.VersionDescription = [value]

Owning Class

CaWConcurrentMerge

Arguments

value - A string that represents the description.

Notes

The description defaults to a null string.

Example

Dim objConcurrentMerge
Set objConcurrentMerge = objContext.GetConcurrentMerge()
objConcurrentMerge.VersionDescription = “My Merged Version”
 strVersionDescription = objConcurrentMerge.VersionDescription

More information: