Checks if the object is a valid object.
object.IsValid()
CaWConcurrentMerge
None
A boolean - True if the object is a valid object otherwise False.
Example
Dim objConcurrentMerge Set objConcurrentMerge = objContext.GetConcurrentMerge () If objConcurrentMerge.IsValid() <> 0 Then
msgbox “This is a valid object”, vbOKonly, “Test ConcurrentMerge”
End If
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|