IAdministrationService.UpdateResolutionState(Guid, Byte, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a ResolutionState.
public:
void UpdateResolutionState(Guid resolutionStateId, System::Byte resolutionState, System::String ^ resolutionStateName, System::String ^ shortcutKey);
public void UpdateResolutionState (Guid resolutionStateId, byte resolutionState, string resolutionStateName, string shortcutKey);
abstract member UpdateResolutionState : Guid * byte * string * string -> unit
Public Sub UpdateResolutionState (resolutionStateId As Guid, resolutionState As Byte, resolutionStateName As String, shortcutKey As String)
Parameters
- resolutionStateId
- Guid
The resolution state id.
- resolutionState
- Byte
The resolution state.
- resolutionStateName
- String
The name.
- shortcutKey
- String
The optional shortcut key