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 © 2013 CA. All rights reserved. |
|