Public ReadOnly Property CurrentTransactionNesting As Integer
Dim instance As DataHelper Dim value As Integer value = instance.CurrentTransactionNesting
public int CurrentTransactionNesting {get;}
public: __property int get_CurrentTransactionNesting();