UserDataAccountManagerForUser.User Property

Definition

Gets the User represented by this data account manager.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = userDataAccountManagerForUser.user;
Public ReadOnly Property User As User

Property Value

The User represented by this data account manager.

Applies to