ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR Keyword
);
[C++]

Parameters

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

Product Availability

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

See Also

IRasterSdeStorage2 Interface