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