Свойство TransactionType

Gets or sets the type of the transaction.

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

Синтаксис

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

value = instance.TransactionType

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

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

Тип: Microsoft.MasterDataServices. . :: . .TransactionType
One of the values of TransactionType. Possible values are AnnotateMember, ChangeMemberStatus, CreateMember, MoveMemberToParent, MoveMemberToSibling, and SetAttributeValue.