This document is archived and information here might be outdated. Recommended version. |
Sets the first OID.
[Visual Basic .NET] Public Property FirstOID As Integer
[C#] public int FirstOID {get; set;}
[C++]
HRESULT get_FirstOID(
long FirstOID
);
[C++]
HRESULT put_FirstOID(
System.Int32* FirstOID
);
[C++]
Parameters FirstOID [in]
FirstOID is a parameter of type long FirstOID [out, retval]
FirstOID is a parameter of type long*