共用方式為


TransactionSearchCriteria.UserId 屬性

Gets or sets a user identifier.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property UserId As Identifier 
    Get 
    Set
'用途
Dim instance As TransactionSearchCriteria 
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
A user identifier.

請參閱

參考

TransactionSearchCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間