Class WifiProfile
WiFi network profile.
Inherited Members
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Network
Assembly: DeviceConsole.Environments.dll
Syntax
public class WifiProfile
Constructors
View SourceWifiProfile(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 SourceIsGroupPolicyProfile
Gets a value indicating whether this is a group policy profile.
Declaration
public bool IsGroupPolicyProfile { get; }
Property Value
Type | Description |
---|---|
bool |
IsPerUserProfile
Gets a value indicating whether this is a per user profile.
Declaration
public bool IsPerUserProfile { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |