Public Member Functions | |
| HRESULT | Activate () |
| Activate this profile. | |
| HRESULT | Restore () |
| Restore this profile. | |
Properties | |
| BSTR | Id [get] |
| Return profile id. | |
| BSTR | Name [get] |
| Return profile name. | |
| VARIANT_BOOL | Visible [get] |
| Return if profile is visible. | |
Object represents profile.
| HRESULT Activate | ( | ) |
Activate this profile.
Profile will be activated with user's modifications.
| HRESULT Restore | ( | ) |
Restore this profile.
Profile will be activated using original configuration (not modified by user).
BSTR Id [get] |
Return profile id.
| pbId | Return profile id. |
BSTR Name [get] |
Return profile name.
| pbName | Return profile name. |
VARIANT_BOOL Visible [get] |
Return if profile is visible.
| pbVisible | Return profile visible status. |