Поделиться через


Свойство Transaction.NewValue

Gets or sets the new value created by the transaction.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property NewValue As String
    Get
    Set
'Применение
Dim instance As Transaction
Dim value As String

value = instance.NewValue

instance.NewValue = value
[DataMemberAttribute]
public string NewValue { get; set; }
[DataMemberAttribute]
public:
property String^ NewValue {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member NewValue : string with get, set
function get NewValue () : String
function set NewValue (value : String)

Значение свойства

Тип: System.String
A string representing the new value.

См. также

Справочник

Transaction Класс

Пространство имен Microsoft.MasterDataServices