Partager via


Propriété 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
A new instance of type User.