Свойство Member.TransactionAnnotation

Gets or sets the annotation of a transaction.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String 
    Get 
    Set
'Применение
Dim instance As Member 
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)

Значение свойства

Тип: System.String
The annotation of a transaction.

См. также

Справочник

Member Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts