IPlanMemberProperties.MemberType 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.
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