AssemblyExtensionDataCollection.Item Property (Int32)
Retired Content |
---|
This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling. |
Gets or sets the item at the given index.
Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)
Syntax
public AssemblyExtensionData this[
int index
] { get; set; }
'Declaration
Public Default Property Item ( _
index As Integer _
) As AssemblyExtensionData
Get
Set
public:
property AssemblyExtensionData^ default[int index] {
AssemblyExtensionData^ get (int index);
void set (int index, AssemblyExtensionData^ value);
}
Parameters
- index
Type: System.Int32
Index to get/set item from.
Return Value
Item at index.
See Also
AssemblyExtensionDataCollection Class
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace