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


IItemInfo.Snippet 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.Snippet Property
ArcGIS Developer Help

IItemInfo.Snippet Property

Snippet of the item.

[Visual Basic .NET]
Public Property Snippet As String
[C#]
public string Snippet {get; set;}
[C++]
HRESULT get_Snippet(
  System.String* pSnippet
);
[C++]
HRESULT put_Snippet(
  BSTR pSnippet
);
[C++]
Parameters
pSnippet [out, retval]

pSnippet is a parameter of type BSTR* pSnippet [in]
pSnippet is a parameter of type BSTR

Product Availability

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

See Also

IItemInfo Interface