BiosInfo.MobileOperator Property

 

Applies To: Windows Server Update Services

Gets or sets the MobileOperator value of the device, which is a mobile operator and country code.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public string MobileOperator { get; internal set; }
public:
property String^ MobileOperator {
    String^ get();
    internal: void set(String^ value);
}
member MobileOperator : string with get, internal set
Public Property MobileOperator As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

The mobile operator and country code.

See Also

BiosInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top