GetObjectPropertyUnmodified method (WinStudio scripts)
Applies to
IWSIDOCollection interfaceDescription
Returns a string that contains the original or unmodified value of an object property in the specified IDO collectionSyntax
object.GetObjectPropertyUnmodified( string, integer )| Part | Description | 
|---|---|
| object | Required. A reference to an IDO collection object. | 
| string | Required. The name of the object property. | 
| integer | Required. An integer that indicates the row index number of an object in the specified IDO collection. | 
Remarks
The return value is a string that contains the original or unmodified value of the object property.
Example
ThisForm.Variables( "OriginalValue"
            ).Value = ThisForm.PrimaryIDOCollection.GetObjectPropertyUnmodified(
               "Description", 0 );