MSFT_FSRMMacro class

Represents a FSRM macro object.

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

Syntax

[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMMacro
{
  uint32 Type;
  string Name;
  string Description;
};

Members

The MSFT_FSRMMacro class has these types of members:

Properties

The MSFT_FSRMMacro class has these properties.

Description

Data type: string

Access type: Read-only

Description of the macro.

Name

Data type: string

Access type: Read-only

Qualifiers: key

Name of the macro.

Type

Data type: uint32

Access type: Read-only

Qualifiers: key

Represents the type of the object that this macro can use. Required.

Quota (1)

The object is a quota or quota template object.

FileScreen (2)

The object is a File Screen object.

FileManagementJob (3)

The object is a File Management Job object.

Adr (4)

The object is an Access Denied Remediation (ADR) object.

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