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


IItemInfo.GUID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IItemInfo Interface