DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
PublishedContent this[
	int ix
] { get; }
Visual Basic
ReadOnly Property Item ( 
	ix As Integer
) As PublishedContent
	Get
Visual C++
property PublishedContent^ Item[int ix] {
	PublishedContent^ get (int ix);
}

Parameters

ix
Type: System..::..Int32

Property Value

Type: PublishedContent

See Also