Share via


PolicyResourceType.IsRequired property

Gets whether the policy resource is required before the policy feature can be activated.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property IsRequired As Boolean
    Get
'Usage
Dim instance As PolicyResourceType
Dim value As Boolean

value = instance.IsRequired
public bool IsRequired { get; }

Property value

Type: System.Boolean
true if the policy feature requires a policy resource of this type to be present before the policy feature can be activated, false if it does not.

Remarks

If you install a policy feature that requires a policy resource of a specific type, and no policy resources of that type are installed on the server farm, then you cannot activate that policy feature.

For more information, see Policy Resource Overview.

See also

Reference

PolicyResourceType class

PolicyResourceType members

Microsoft.Office.RecordsManagement.InformationPolicy namespace