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