Share via


MSFT_ServerBpaResult class

Class that represents the results selected by a BPA path.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("mgmtprovider"), AMENDMENT]
class MSFT_ServerBpaResult
{
  string BpaXPath;
  string Values[];
};

Members

The MSFT_ServerBpaResult class has these types of members:

Properties

The MSFT_ServerBpaResult class has these properties.

BpaXPath

Data type: string

Access type: Read-only

The BPA path that generated the results.

Values

Data type: string array

Access type: Read-only

The value selected by the BPA path.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Windows\ServerManager
MOF
MgmtProvider.mof
DLL
MgmtProvider.dll

See also

GetServerBpaResult method of MSFT_ServerManagerTasks