Transaction.TransactionType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the transaction.
public:
property Microsoft::MasterDataServices::TransactionType TransactionType { Microsoft::MasterDataServices::TransactionType get(); void set(Microsoft::MasterDataServices::TransactionType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.TransactionType TransactionType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TransactionType : Microsoft.MasterDataServices.TransactionType with get, set
Public Property TransactionType As TransactionType
Property Value
One of the values of TransactionType. Possible values are AnnotateMember, ChangeMemberStatus, CreateMember, MoveMemberToParent, MoveMemberToSibling, and SetAttributeValue.
- Attributes