APNSoft Controls [4.5.2.20] - API Reference
RatingSegmentCollection.Item Property (String)

Gets the specified RatingSegment from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal id As String _
) As RatingSegment
[C#]
public virtual RatingSegment this[
   string id
] {get;}

Parameters

id
The string identifying the Segment.

See Also

RatingSegmentCollection Class | APNSoft.WebControls Namespace | RatingSegmentCollection.Item Overload List