ArrayResultFirstValidArrayIndex Property |
Gets the first valid index of the result value array.
Namespace: Dundas.BI.Data.FunctionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic int FirstValidArrayIndex { get; }Public ReadOnly Property FirstValidArrayIndex As Integer
Get
public:
property int FirstValidArrayIndex {
int get ();
}member FirstValidArrayIndex : int with get
Property Value
Int32The first valid index.
See Also