This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceDescriptionArray Interface > IServiceDescriptionArray.Element Property (ArcObjects .NET 10.4 SDK) |
The Element at the specified index.
[Visual Basic .NET] Public Function get_Element ( _ ByVal index As Integer _ ) As IServiceDescription
[Visual Basic .NET] Public Sub set_Element ( _ ByVal index As Integer, _ ByVal Element As IServiceDescription _ )
[C#] public IServiceDescription get_Element ( int index );
[C#] public void set_Element ( int index, IServiceDescription Element );
[C++]
HRESULT get_Element(
long index,
IServiceDescription** Element
);
[C++]
HRESULT put_Element(
long index,
IServiceDescription* Element
);
[C++]
Parameters index [in] index is a parameter of type long Element [out, retval]
Element is a parameter of type IServiceDescription index [in] index is a parameter of type long Element [in]
Element is a parameter of type IServiceDescription