ServiceProxyManager.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
The user that represents the current caller.