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


IRasterSdeStorage2.Keyword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterSdeStorage2 Interface > IRasterSdeStorage2.Keyword Property
ArcGIS Developer Help

IRasterSdeStorage2.Keyword Property

The keyword.

[Visual Basic .NET]
Public Property Keyword As String
[C#]
public string Keyword {get; set;}
[C++]
HRESULT get_Keyword(
  BSTR Keyword
);
[C++]
HRESULT put_Keyword(
  System.String* Keyword
);
[C++]
Parameters
Keyword [in]

Keyword is a parameter of type BSTR Keyword [out, retval]
Keyword is a parameter of type BSTR*

Product Availability

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

See Also

IRasterSdeStorage2 Interface