다음을 통해 공유


Member.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 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)

속성 값

유형: System.String
The annotation of a transaction.

참고 항목

참조

Member 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스