The Item method retrieves the requested dial-up connection entry from the collection.
HRESULT Item( [in] long Index, VARIANT* pItem );
Required. One-based index of the entry to retrieve.
Pointer to a VARIANT that is set on return to the name of the entry requested, or to –1 if the entry specified by the Index parameter does not exist.
Function Item( _ ByVal Index As Long _ ) As Variant
Required. One-based index of the entry to retrieve.
Returns a Variant that contains the name of the entry requested, or –1 if the entry specified by the Index parameter does not exist.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.