RemoteSystemAppRegistration.User Property

Definition

The user under which to register the app.

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

Property Value

The user.

Applies to