ArcObjects Library Reference (GeoDatabase)  

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