BPM.Server
Item Property (FlowDataTableCollection)



Syntax
'Declaration
 
Public Overrides ReadOnly Default Property Item( _
   ByVal tableName As String _
) As FlowDataTable
'Usage
 
Dim instance As FlowDataTableCollection
Dim tableName As String
Dim value As FlowDataTable
 
value = instance.Item(tableName)
public override FlowDataTable this[ 
   string tableName
]; {get;}
public:
property FlowDataTable^ default [String^] override {
   FlowDataTable^ get(String^ tableName) override;
}

Parameters

tableName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlowDataTableCollection Class
FlowDataTableCollection Members

Send Feedback