Partager via


Propriété TransactionSearchCriteria.UserId

Gets or sets a user identifier.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property UserId As Identifier 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
A user identifier.

Voir aussi

Référence

TransactionSearchCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts