SetMgmtProperty method of the MSFT_FSRMMgmtProperty class

Sets management properties.

Syntax

uint64 SetMgmtProperty(
  [in]  string                Namespace,
  [in]  string                Name,
  [in]  string                Value,
  [out] MSFT_FSRMMgmtProperty Property[]
);

Parameters

Namespace [in]

A string representing a local path to a folder. Must not exceed the value of MAX_PATH. Required.

Name [in]

A string up to 1KB in size. Must be a valid name of a classification property marked for management on the server. Required.

Value [in]

Value to assign to the classification property specified in the Name parameter.

Property [out]

Returns an array of instances of the MSFT_FSRMMgmtProperty class representing the affected management properties.

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_FSRMMgmtProperty