This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSource Interface > INetworkSource.Properties Property (ArcObjects .NET 10.4 SDK) |
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