Attribute.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 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)
屬性值
型別:System.String
The annotation of a transaction.