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.
Requirements
|
Minimum supported client | None supported |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
\\.\Root\Microsoft\Windows\FSRM |
|
MOF |
|
See also
Send comments about this topic to Microsoft
Build date: 12/6/2012
