Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the transaction.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TransactionType As TransactionType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.TransactionType
One of the values of TransactionType. Possible values are AnnotateMember, ChangeMemberStatus, CreateMember, MoveMemberToParent, MoveMemberToSibling, and SetAttributeValue.