
Priority
Sets or acquires the profile priority.
■ Syntax
[VB]
Public Property Priority As Integer
[C#]
public int Priority {get; set;}
■ Property
Profile priority
Parameter values
: 1 (high) to 16 (low)
Default value
: 1
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
■ Note
When a profile is created, the priority order for each of the existing profiles drops by
one.
When a profile is deleted, the priority order for the existing profiles previously below the
deleted profile increases by one.
If the same priority order is set for different profiles, the priority order of the profile set
first will drop by one. Profiles for which an even lower priority order is set will also drop
by one.
[Ex.] Use a MyProf profile setting and make that profile the highest priority in order to
connect to the network.
[VB] MyProf.Priority = 1
[C#] MyProf.Priority = 1;
226
Comentários a estes Manuais