Attribute.TransactionAnnotation Property

Definition

Gets or sets the annotation attached to an existing transaction.

public:
 property System::String ^ TransactionAnnotation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string TransactionAnnotation { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.TransactionAnnotation : string with get, set
Public Property TransactionAnnotation As String

Property Value

The annotation attached to an existing transaction.

Attributes

Applies to