Partager via


Propriété Attribute.TransactionAnnotation

Gets or sets the annotation attached to an existing transaction.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String
    Get
    Set
'Utilisation
Dim instance As Attribute
Dim value As String

value = instance.TransactionAnnotation

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

Valeur de propriété

Type : System.String
The annotation attached to an existing transaction.

Voir aussi

Référence

Attribute Classe

Espace de noms Microsoft.MasterDataServices