This document is archived and information here might be outdated. Recommended version. |
The user-defined flag for the TIN.
[Visual Basic .NET] Public Property Flag As Integer
[C#] public int Flag {get; set;}
[C++]
HRESULT get_Flag(
long pFlag
);
[C++]
HRESULT put_Flag(
System.Int32* pFlag
);
[C++]
Parameters pFlag [in]
pFlag is a parameter of type long pFlag [out, retval]
pFlag is a parameter of type long*