Share via


ServerPolicy 接口

定义

表示为运行 Office SharePoint Server 2007 的服务器上存储的文档类型指定的策略。

public interface class ServerPolicy : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0390-0000-0000-C000-000000000046")]
public interface ServerPolicy : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0390-0000-0000-C000-000000000046")>]
type ServerPolicy = interface
    interface _IMsoDispObj
Public Interface ServerPolicy
Implements _IMsoDispObj
属性
实现

注解

ServerPolicy 对象由表示活动文档的各个策略定义的单个PolicyItem对象组成。

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 ServerPolicy 。 只读。

BlockPreview

获取一个 布尔 值,该值指示是否可以使用此策略预览项。 只读。

Count

获取集合中的 ServerPolicy 项数。 只读。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 ServerPolicy 。 只读。

Description

有关服务器策略及其用途的说明。 只读。

Id

获取服务器策略的 ID。 只读。

Item[Object]

从集合中PolicyItemServerPolicy获取对象。 只读。

Name

获取对象的名称 ServerPolicy 。 只读。

Parent

获取 对象的父对象 ServerPolicy 。 只读。

Statement

获取在“策略声明”中指定的信息。 只读。

适用于