Partager via


Propriété ServiceProxyManager.CurrentUser

Gets the user that represents the current caller.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CurrentUser As User 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.User
The user that represents the current caller.

Voir aussi

Référence

ServiceProxyManager Classe

Espace de noms Microsoft.MasterDataServices.Deployment