GetItemFromCollection<TItem>.Index Property

 

Gets or sets the index of the item to return.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<int> Index {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<Int32>

Returns the index.

Return to top
Show: