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


IWCSServiceDescription.Title Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWCSServiceDescription.Title Property

Title of WCS Service.

[Visual Basic .NET]
Public ReadOnly Property Title As String
[C#]
public string Title {get;}
[C++]
HRESULT get_Title(
  BSTR* Title
);
[C++]

Parameters Title [out, retval] Title is a parameter of type BSTR

Product Availability

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

See Also

IWCSServiceDescription Interface