'Declaration Public Overloads Function SetCurrentProfile( _
ByVal profileNameThe name of the profile, which is stored in this collection and must set as device current profile.As String _
) As Boolean
public bool SetCurrentProfile(
string profileName
)
public: bool SetCurrentProfile(
string* profileName
)
public:
bool SetCurrentProfile(
string^ profileName
)
Parameters
- profileName
- The name of the profile, which is stored in this collection and must set as device current profile.
Return Value
True if current profile is changed; otherwise, false.