Share via


ServerPolicy.Item Property

Gets a PolicyItem object from the ServerPolicy collection. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As PolicyItem
    Get
'Usage
Dim instance As ServerPolicy
Dim Index As Object
Dim value As PolicyItem

value = instance(Index)
PolicyItem this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object

    The name or index number of the PolicyItem object to be returned.

Property Value

Type: Microsoft.Office.Core.PolicyItem
PolicyItem

See Also

Reference

ServerPolicy Interface

ServerPolicy Members

Microsoft.Office.Core Namespace