ArcObjects Library Reference (GISClient)  

ISDSDataSourceConfiguration.Properties Property

The data source properties.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** Props
);
[C++]
HRESULT put_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

ISDSDataSourceConfiguration Interface