ICommonSimPropertiesFormat.InternationalMobileSubscriberIdentity 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 international mobile subscriber identity (IMSI) for the SIM.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The international mobile subscriber identity (IMSI) for the SIM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="internationalMobileSubscriberIdentity")]
public string InternationalMobileSubscriberIdentity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The international mobile subscriber identity (IMSI) for the SIM.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="internationalMobileSubscriberIdentity")>]
member this.InternationalMobileSubscriberIdentity : string with get, set
Public Property InternationalMobileSubscriberIdentity As String
Property Value
- Attributes