, ( ( PowerShell)), , . โโ .Net 3.5, :
Property TransactionType As String
Public Get
Private Set(ByVal value As String)
End Property
, , , , VB.Net # 3.5 ... , 2.0, :
Property TransactionType As String
Public Get
Return Me.<TransactionType>k__BackingField
End Get
Private Set(ByVal value As String)
Me.<TransactionType>k__BackingField = value
End Set
End Property
<CompilerGenerated> _
Private <TransactionType>k__BackingField As String
P.S.: , Reflector, , .pdb, ;)