Selerix Developer Tools
Item Property (PresentationCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PresentationCollection Class : Item Property
Gets the Presentation with the specified presentation ID.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal presentationID As String _
) As Presentation
'Usage
 
Dim instance As PresentationCollection
Dim presentationID As String
Dim value As Presentation
 
value = instance.Item(presentationID)
public new Presentation this[ 
   string presentationID
]; {get;}
public  this: : Presentation;[ 
    presentationID: String
]; read-only
public hide  this[ 
   presentationID : String
] get : Presentation
public: __property new Presentation* get_Item   string* presentationID
;
public:
new property Presentation^ default [String^] {
   Presentation^ get(String^ presentationID);
}

Parameters

presentationID

Property Value

The presentation ID.
See Also

Reference

PresentationCollection Class
PresentationCollection Members