หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the user that represents the current caller.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentUser As User
Get
'Usage
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
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.User
The user that represents the current caller.