ArcObjects Library Reference (Server)  

IServerObjectExtensionType.Description Property

The description of the extension type.

[Visual Basic .NET]
Public Property Description As String
[C#]
public string Description {get; set;}
[C++]
HRESULT get_Description(
  BSTR* desc
);
[C++]
HRESULT put_Description(
  BSTR desc
);
[C++]

Parameters

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

Product Availability

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

See Also

IServerObjectExtensionType Interface

.NET Samples

Find near features REST SOE (Code Files: Program) | Server spatial query server object extension (Code Files: Program) | Simple REST SOE (Code Files: Program) | Simple SOAP SOE (Code Files: Program) | Simple SOE (Code Files: Program) |

.NET Related Topics

How to register the SOE | Server | Server object extensions (SOE) |