次の方法で共有


CreatePropertyValue method of the MSFT_FSRMClassificationPropertyValue class

Creates a classification property value.

Syntax

uint64 CreatePropertyValue(
  [in]  string                               Name,
  [in]  string                               Description,
  [out] MSFT_FSRMClassificationPropertyValue PropertyValue
);

Parameters

Name [in]

Name of the property value. The Name parameter is used for both the DisplayName and Name properties of the returned MSFT_FSRMClassificationPropertyValue instance.

Description [in]

Description of the property value.

PropertyValue [out]

Returns an instance of the MSFT_FSRMClassificationPropertyValue class.

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

MSFT_FSRMClassificationPropertyValue