Udostępnij za pośrednictwem


Właściwość Transaction.NewValue

Pobiera lub ustawia nową wartość, utworzony przez transakcję.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property NewValue As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ciąg reprezentujący wartość.