Transaction.NewValue 속성
Gets or sets the new value that resulted from the transaction.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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
The new value that resulted from the transaction.