This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.GUID Property (ArcObjects .NET 10.4 SDK) |
GUID of the item.
[Visual Basic .NET] Public Property GUID As String
[C#] public string GUID {get; set;}
[C++]
HRESULT get_GUID(
BSTR* pGuid
);
[C++]
HRESULT put_GUID(
BSTR pGuid
);
[C++]
Parameters pGuid [out, retval] pGuid is a parameter of type BSTR pGuid [in] pGuid is a parameter of type BSTR