This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.Snippet Property (ArcObjects .NET 10.4 SDK) |
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