Freigeben über


Attribute.TransactionAnnotation-Eigenschaft

Gets or sets the annotation of a transaction.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String 
    Get 
    Set
'Usage
Dim instance As Attribute 
Dim value As String 

value = instance.TransactionAnnotation

instance.TransactionAnnotation = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string TransactionAnnotation { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ TransactionAnnotation {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member TransactionAnnotation : string with get, set
function get TransactionAnnotation () : String 
function set TransactionAnnotation (value : String)

Eigenschaftswert

Typ: System.String
The annotation of a transaction.

Siehe auch

Verweis

Attribute Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace