Свойство CurrentUser

Gets the user that represents the current caller.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public ReadOnly Property CurrentUser As User
    Get
'Применение
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

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts. . :: . .User
A new instance of type User.