User specified property set of this network dataset.
[Visual Basic .NET] Public Property UserData As IPropertySet
[C#] public IPropertySet UserData {get; set;}
[C++]
HRESULT get_UserData(
IPropertySet** userProperties
);
[C++]
HRESULT put_UserData(
IPropertySet* userProperties
);
[C++]Parameters
userProperties [out, retval]userProperties is a parameter of type IPropertySet
userProperties [in]userProperties is a parameter of type IPropertySet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.