BPM.Server
Item Property (FlowDataSet)



Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal fieldFullName As String _
) As Object
'Usage
 
Dim instance As FlowDataSet
Dim fieldFullName As String
Dim value As Object
 
value = instance.Item(fieldFullName)
public object this[ 
   string fieldFullName
]; {get;}
public:
property Object^ default [String^] {
   Object^ get(String^ fieldFullName);
}

Parameters

fieldFullName
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

FlowDataSet Class
FlowDataSet Members

Send Feedback