This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IServerLayerExtension Interface > IServerLayerExtension.ServerProperties Property (ArcObjects .NET 10.5 SDK) |
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