Partilhar via


Propriedade do RDL ValidationSearchCriteria.UserId

Gets or sets the identifier of the user.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property UserId As Identifier 
    Get 
    Set
'Uso
Dim instance As ValidationSearchCriteria 
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)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the user.

Consulte também

Referência

ValidationSearchCriteria Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts