Compartilhar via


Propriedade do RDL CurrentUser

Gets the user that represents the current caller.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
Public ReadOnly Property CurrentUser As User
    Get
'Uso
Dim instance As ServiceProxyManager
Dim value As User

value = instance.CurrentUser
public User CurrentUser { get; }
public:
property User^ CurrentUser {
    User^ get ();
}
member CurrentUser : User
function get CurrentUser () : User

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .User
A new instance of type User.