MSFT_UCScenario class

The MSFT_UCScenario class is a logical grouping of updating consumers and instances of correlation state.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

Syntax

class MSFT_UCScenario
{
  string Id;
  string Name;
};

Members

The MSFT_UCScenario class has these types of members:

  • Properties

Properties

The MSFT_UCScenario class has these properties.

Id

Data type: string

Access type: Read/write

Qualifiers: Key

Unique identifier of this scenario.

Name

Data type: string

Access type: Read/write

User-readable name for this scenario.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Updprov.mof

DLL

Updprov.dll

See also

Using Updating Consumers

Correlation Consumers