ArcObjects Library Reference (GISClient)  

IAGOServerObjectConfiguration.ServiceDefinitionPath Property

The path of service defintion file.

[Visual Basic .NET]
Public Property ServiceDefinitionPath As String
[C#]
public string ServiceDefinitionPath {get; set;}
[C++]
HRESULT get_ServiceDefinitionPath(
  BSTR* pPath
);
[C++]
HRESULT put_ServiceDefinitionPath(
  BSTR pPath
);
[C++]

Parameters

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

Product Availability

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

See Also

IAGOServerObjectConfiguration Interface