MSFT_FSRMMgmtPropertyValue class

Represents a FSRM management property name/value pair.

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

Syntax

[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMMgmtPropertyValue
{
  string Name;
  string Value;
};

Members

The MSFT_FSRMMgmtPropertyValue class has these types of members:

Properties

The MSFT_FSRMMgmtPropertyValue class has these properties.

Name

Data type: string

Access type: Read-only

The name of the FSRM management property.

Value

Data type: string

Access type: Read-only

The value of the FSRM management property.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

FSRM WMI Classes