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


IServerLayerExtension.ServerProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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