ApplicationPrincipalsDescription.Users Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.