This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetFlag Interface > INetFlag.ClientID Property (ArcObjects .NET 10.4 SDK) |
User-specified client ID of this flag.
[Visual Basic .NET] Public Property ClientID As Integer
[C#] public int ClientID {get; set;}
[C++]
HRESULT get_ClientID(
long* ClientID
);
[C++]
HRESULT put_ClientID(
long ClientID
);
[C++]
Parameters ClientID [out, retval] ClientID is a parameter of type long ClientID [in] ClientID is a parameter of type long