PolicyItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an item within a ServerPolicy object that contains the settings for one policy.
public interface class PolicyItem : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0391-0000-0000-C000-000000000046")]
public interface PolicyItem : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0391-0000-0000-C000-000000000046")>]
type PolicyItem = interface
interface _IMsoDispObj
Public Interface PolicyItem
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
A policy item cannot exist outside the scope of a policy. Policy items are distinct conditions defined for a document stored on a server running Office SharePoint Server 2007.
Properties
Application |
Gets an Application object that represents the container application for the PolicyItem object. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the PolicyItem object was created. Read-only. |
Data |
Gets the information that is used to implement the policy item. Read-only. |
Description |
Gets a description of the current state of the policy item. Read-only. |
Id |
Gets the ID of a policy item. PolicyItem objects are contained in ServerPolicy objects. Read-only. |
Name |
Gets the name of the PolicyItem object. Read-only. |
Parent |
Gets the parent object for the PolicyItem object. Read-only. |