AppCapability.User Property

Definition

The user under which the AppCapability is created.

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

Property Value

The user property.

Applies to