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


INetworkSource.Properties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSource Interface > INetworkSource.Properties Property
ArcGIS Developer Help

INetworkSource.Properties Property

Property set of this network source.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** sourceProperties
);
[C++]
HRESULT put_Properties(
  IPropertySet* sourceProperties
);
[C++]
Parameters
sourceProperties [out, retval]

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

Product Availability

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

See Also

INetworkSource Interface