ArcObjects Library Reference (GISClient)  

IDiscoveryServerConfigStore.ClassName Property

The class name.

[Visual Basic .NET]
Public Property ClassName As String
[C#]
public string ClassName {get; set;}
[C++]
HRESULT get_ClassName(
  BSTR* pClassName
);
[C++]
HRESULT put_ClassName(
  BSTR pClassName
);
[C++]

Parameters

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

Product Availability

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

See Also

IDiscoveryServerConfigStore Interface