ArcObjects Library Reference (NetworkAnalysis)  

INetFlag.ClientID Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetFlag Interface