Chili.Opf3 Send comments on this topic.
Checksum Property
See Also 
Chili.Opf3 Namespace > ObjectInfo Class : Checksum Property




Specifies the checksum of the associated persistent object. This sum is used to check if the object has been changed since being in memory.

Syntax

Visual Basic (Declaration) 
Public Property Checksum As Byte()
Visual Basic (Usage)Copy Code
Dim instance As ObjectInfo
Dim value() As Byte
 
instance.Checksum = value
 
value = instance.Checksum
C# 
public byte[] Checksum {get; set;}
Managed Extensions for C++ 
public: __property byte[]* get_Checksum();
public: __property void set_Checksum( 
   byte[]* value
);
C++/CLI 
public:
property array<byte>^ Checksum {
   array<byte>^ get();
   void set (bytearray<value>^ value);
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also