Provides a description to be associated with the merged version.
object.VersionDescription = [value]
CaWConcurrentMerge
value - A string that represents the description.
The description defaults to a null string.
Example
Dim objConcurrentMerge Set objConcurrentMerge = objContext.GetConcurrentMerge() objConcurrentMerge.VersionDescription = “My Merged Version” strVersionDescription = objConcurrentMerge.VersionDescription
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|