ArcFM Desktop Developer Guide
Item Property (ResourceProviderCollection)


The name of the provider.
Gets a provider of a given name from the collection.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As String _
) As ResourceProvider
'Usage
 
Dim instance As ResourceProviderCollection
Dim name As String
Dim value As ResourceProvider
 
value = instance.Item(name)
public new ResourceProvider this[ 
   string name
]; {get;}

Parameters

name
The name of the provider.

Property Value

The provider if found, else null.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResourceProviderCollection Class
ResourceProviderCollection Members

 

 


Send Comment