| IEntityCollectionValidIndices Property |
Gets the valid indices
Namespace: TSD.API.Remoting.CommonAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax IEnumerable<int> ValidIndices { get; }
ReadOnly Property ValidIndices As IEnumerable(Of Integer)
Get
property IEnumerable<int>^ ValidIndices {
IEnumerable<int>^ get ();
}
abstract ValidIndices : IEnumerable<int> with get
Property Value
IEnumerableInt32See Also