This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescription Interface > INetElementDescription.UserID Property (ArcObjects .NET 10.4 SDK) |
User ID for the element described by this NetElementDescription object.
[Visual Basic .NET] Public ReadOnly Property UserID As Integer
[C#] public int UserID {get;}
[C++]
HRESULT get_UserID(
long* UserID
);
[C++]
Parameters UserID [out, retval] UserID is a parameter of type long
UserID returns the object ID (OID) of the element. Use INetElementDescriptionEdit to update the value.