PublishedContentCollectionItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets a PublishedContent object from the collection based on it's index in the collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PublishedContent this[
int ix
] { get; }
Public ReadOnly Property Item (
ix As Integer
) As PublishedContent
Get
public:
virtual property PublishedContent^ Item[int ix] {
PublishedContent^ get (int ix) sealed;
}
Parameters
- ix
- Type: SystemInt32
The objects index in the collection.
Return Value
Type:
PublishedContentA PublishedContent object
Remarks See Also