MSFT_FSRMMgmtProperty class
Represents a FSRM management property which is a classification property that includes "Folders" (2) in its MSFT_FSRMClassificationPropertyDefinition.AppliesTo property and whose MSFT_FSRMClassificationPropertyDefinition.Flags property does not include the "Secure" (4) value.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMMgmtProperty
{
string Namespace;
boolean Exists;
MSFT_FSRMMgmtPropertyValue PropertyValue[];
};
Members
The MSFT_FSRMMgmtProperty class has these types of members:
Methods
The MSFT_FSRMMgmtProperty class has these methods.
Method | Description |
---|---|
DeleteMgmtProperty | Deletes a FSRM management property. |
GetMgmtProperty | Retrieves management properties that meet the specified criteria. |
SetMgmtProperty | Sets a FSRM management property. |
Properties
The MSFT_FSRMMgmtProperty class has these properties.
-
Exists
-
-
Data type: boolean
-
Access type: Read-only
Indicates whether the local path exists.
-
-
Namespace
-
-
Data type: string
-
Access type: Read-only
A string representing a local path to a folder. Must not exceed the value of MAX_PATH. Required.
-
-
PropertyValue
-
-
Data type: MSFT_FSRMMgmtPropertyValue array
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("MSFT_FSRMMgmtPropertyValue")
An array of instances of the MSFT_FSRMMgmtPropertyValue class representing the management property values.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\FSRM |
MOF |
|
DLL |
|