public ServiceAttribute GetAttributeByIndex(
int index
)
Public Function GetAttributeByIndex (
index As Integer
) As ServiceAttribute
public:
ServiceAttribute^ GetAttributeByIndex(
int index
)
member GetAttributeByIndex :
index : int -> ServiceAttribute
ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than Count. |