Propriété Member.TransactionAnnotation
Gets or sets the annotation of a transaction.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The annotation of a transaction.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts