Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a user identifier.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property UserId As Identifier
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
A user identifier.
Vedere anche
Riferimento
TransactionSearchCriteria Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts