AddAzureADGroupMemberCommand.MemberUserPrincipalName 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.
[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