ApplicationPrincipalsDescription.Users Property

Definition

Gets the users that must be created as a part of the application environment setup in the application manifest.

public System.Collections.Generic.IList<System.Fabric.Description.SecurityUserDescription> Users { get; }
member this.Users : System.Collections.Generic.IList<System.Fabric.Description.SecurityUserDescription>
Public ReadOnly Property Users As IList(Of SecurityUserDescription)

Property Value

The users that must be created as a part of the application environment setup in the application manifest.

Applies to