Share via


Member.TransactionAnnotation Property

Gets or sets the annotation of a transaction.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String
    Get
    Set
'Usage
Dim instance As Member
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)

Property Value

Type: System.String
The annotation of a transaction.

See Also

Reference

Member Class

Microsoft.MasterDataServices Namespace