다음을 통해 공유


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.

참고 항목

참조

Member 클래스

Microsoft.MasterDataServices 네임스페이스