Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.