Свойство 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