Member.TransactionAnnotation 屬性
Gets or sets the annotation of a transaction.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property TransactionAnnotation As String
Get
Set
'用途
Dim instance As Member
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)
屬性值
型別:System.String
The annotation of a transaction.