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


IServerObjectExtensionType3.Properties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectExtensionType3.Properties Property

Properties for the server object extension type.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** props
);
[C++]
HRESULT putref_Properties(
  IPropertySet* props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IPropertySet props [in]
props is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectExtensionType3 Interface