TrackingConfigurationCollection<TConfigurationElement>::Item Property (Int32)

.NET Framework (current version)
 

Gets the element as the specified index.

Namespace:   System.ServiceModel.Activities.Tracking.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

public:
property TConfigurationElement default[
	int index
] {
	TConfigurationElement get(int index);
	void set(int index, TConfigurationElement value);
}

Parameters

index
Type: System::Int32

The index of the element to retrieve.

Property Value

Type: TConfigurationElement

The element at the specified index.

.NET Framework
Available since 4.0
Return to top
Show: