Show / Hide Table of Contents

Class WifiProfile

WiFi network profile.

Inheritance
object
WifiProfile
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class WifiProfile

Constructors

View Source

WifiProfile(bool, string, bool)

Initializes a new instance of the WifiProfile class.

Declaration
public WifiProfile(bool isGroupPolicyProfile, string name, bool isPerUserProfile)
Parameters
Type Name Description
bool isGroupPolicyProfile

Is this a group policy profile.

string name

The name.

bool isPerUserProfile

Is this a per user profile.

Properties

View Source

IsGroupPolicyProfile

Gets a value indicating whether this is a group policy profile.

Declaration
public bool IsGroupPolicyProfile { get; }
Property Value
Type Description
bool
View Source

IsPerUserProfile

Gets a value indicating whether this is a per user profile.

Declaration
public bool IsPerUserProfile { get; }
Property Value
Type Description
bool
View Source

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
string
  • View Source
In This Article
Back to top Generated by DocFX