Compartir a través de


Attribute.TransactionAnnotation Propiedad

Gets or sets the annotation of a transaction.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The annotation of a transaction.

Vea también

Referencia

Attribute Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts