Compartir a través de


ValidationSearchCriteria.UserId Propiedad

Gets or sets the identifier of the user.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

ValidationSearchCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts