AddAzureADGroupMemberCommand.MemberUserPrincipalName Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupDisplayNameParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupObjectParameterSet")]
[System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupObjectIdParameterSet")]
public string[] MemberUserPrincipalName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupDisplayNameParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupObjectParameterSet")>]
[<System.Management.Automation.Parameter(HelpMessage="The UPN of the member(s) to add to the group.", Mandatory=true, ParameterSetName="MemberUPNWithGroupObjectIdParameterSet")>]
member this.MemberUserPrincipalName : string[] with get, set
Public Property MemberUserPrincipalName As String()

Property Value

String[]
Attributes

Applies to