Transaction.UserId 속성
Gets or sets the identifier of the user who created the transaction.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.Identifier
The identifier of the user who created the transaction.