DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
A PublishedContent object
Gets a PublishedContent object from the collection based on it's index in the collection.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public PublishedContent this[ int ix ] { get; } |
Visual Basic |
---|
Public ReadOnly Property Item ( ix As Integer ) As PublishedContent Get |
Visual C++ |
---|
public: virtual property PublishedContent^ Item[int ix] { PublishedContent^ get (int ix) sealed; } |
Parameters
- ix
- Type: System..::..Int32
The objects index in the collection.
Return Value
Type: PublishedContentA PublishedContent object