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