Compartir a través de


Attribute.TransactionAnnotation Propiedad

Gets or sets the annotation attached to an existing transaction.

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

Sintaxis

'Declaración
<DataMemberAttribute(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(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)

Valor de la propiedad

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

Vea también

Referencia

Attribute Clase

Espacio de nombres Microsoft.MasterDataServices