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


IServerLayerExtension.ServerProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServerLayerExtension Interface > IServerLayerExtension.ServerProperties Property
ArcGIS Developer Help

IServerLayerExtension.ServerProperties Property

FeatureRenderer used to represent symbology of a feature layer.

[Visual Basic .NET]
Public Property ServerProperties As IPropertySet
[C#]
public IPropertySet ServerProperties {get; set;}
[C++]
HRESULT get_ServerProperties(
  IPropertySet** ServerProperties
);
[C++]
HRESULT put_ServerProperties(
  IPropertySet* ServerProperties
);
[C++]
Parameters
ServerProperties [out, retval]

ServerProperties is a parameter of type IPropertySet** ServerProperties [in]
ServerProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

IServerLayerExtension Interface