Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.