Chili.Opf3 Send comments on this topic.
ID Property
See Also 
Chili.Opf3.Storages Namespace > Transaction Class : ID Property




Returns the ID of the transaction.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ID As String
Visual Basic (Usage)Copy Code
Dim instance As Transaction
Dim value As String
 
value = instance.ID
C# 
public string ID {get;}
Managed Extensions for C++ 
public: __property string* get_ID();
C++/CLI 
public:
property String^ ID {
   String^ get();
}

Requirements

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

See Also