Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the user that represents the current caller.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public User CurrentUser { get; }
public:
property User^ CurrentUser {
User^ get();
}
member CurrentUser : User with get
Public ReadOnly Property CurrentUser As User
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.User
The user that represents the current caller.
See Also
ServiceProxyManager Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top