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