This document is archived and information here might be outdated.  Recommended version.


IItemInfo.GUID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.GUID Property
ArcGIS Developer Help

IItemInfo.GUID Property

GUID of the item.

[Visual Basic .NET]
Public Property GUID As String
[C#]
public string GUID {get; set;}
[C++]
HRESULT get_GUID(
  System.String* 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

Product Availability

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

See Also

IItemInfo Interface