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


IItemInfo.Snippet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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