다음을 통해 공유


Transaction.UserId 속성

Gets or sets the ID of the user who created the transaction.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property UserId As Identifier
    Get
    Set
‘사용 방법
Dim instance As Transaction
Dim value As Identifier

value = instance.UserId

instance.UserId = value
[DataMemberAttribute]
public Identifier UserId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ UserId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute>]
member UserId : Identifier with get, set
function get UserId () : Identifier
function set UserId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.

참고 항목

참조

Transaction 클래스

Microsoft.MasterDataServices 네임스페이스