MSFT_FSRMClassificationPropertyValue class

Represents a classification property 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_FSRMClassificationPropertyValue
{
  string Name;
  string DisplayName;
  string Description;
  string Id;
};

Members

The MSFT_FSRMClassificationPropertyValue class has these types of members:

Methods

The MSFT_FSRMClassificationPropertyValue class has these methods.

Method Description
CreatePropertyValue Creates a classification property value.

Properties

The MSFT_FSRMClassificationPropertyValue class has these properties.

Description

Data type: string

Access type: Read/write

Description of the property value.

DisplayName

Data type: string

Access type: Read-only

Display name of the property value.

Id

Data type: string

Access type: Read-only

GUID in string form representing this property value.

Name

Data type: string

Access type: Read/write

Name of the property value.

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