Compartir a través de


IPlanMemberProperties.MemberType Property

Definition

The type of the member (user, group)

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The type of the member (user, group)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType) }, ReadOnly=false, Required=false, SerializedName="memberType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType? MemberType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The type of the member (user, group)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType) }, ReadOnly=false, Required=false, SerializedName="memberType")>]
member this.MemberType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.PlanMemberType> with get, set
Public Property MemberType As Nullable(Of PlanMemberType)

Property Value

Attributes

Applies to