'Declaration Public Overloads Sub Remove( _
ByVal profileNameThe profile name to remove.As String, _
ByVal nextSelectedProfileNameThe name of profile, which must be set as selected after remove.As String _
)
public void Remove(
string profileName,
string nextSelectedProfileName
)
public: void Remove(
string* profileName,
string* nextSelectedProfileName
)
public:
void Remove(
string^ profileName,
string^ nextSelectedProfileName
)
Parameters
- profileName
- The profile name to remove.
- nextSelectedProfileName
- The name of profile, which must be set as selected after remove.