Properties.Item Method

The Item method returns the Property object specified by the name of the property.

Syntax

Visual Basic
Function Item( _
  ByVal Name As String _
) As Property

Parameters

Name

The name of the Property being retrieved.

Return Value

The return value is the Property object at the position specified by Name in the set of properties maintained by this collection, or NULL if the item does not exist.

Requirements

Minimum supported clientWindows XP
Minimum supported serverWindows Server 2003
DLLMmcndmgr.dll

See Also

Property object
Properties.Count

Send comments about this topic to Microsoft

Build date: 5/27/2009

Tags :


Page view tracker