Item |
Scroll |
Gets the TheRetentionPolicy with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default ReadOnly Property Item ( _ nIndex As Integer _ ) As TheRetentionPolicy C# public virtual TheRetentionPolicy this [int nIndex] { get; }
Parameters nIndex Zero-based index.
Property Value TheRetentionPolicy with the specified index. |
|