Proprietà CurrentUser
Gets the user that represents the current caller.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CurrentUser As User
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .User
A new instance of type User.
Vedere anche