BPM.Server Namespace > FlowDataRow Class : Item Property |
'Declaration
Public Default Property Item( _ ByVal columnName As String _ ) As Object
'Usage
Dim instance As FlowDataRow Dim columnName As String Dim value As Object instance.Item(columnName) = value value = instance.Item(columnName)
public object this[ string columnName ]; {get; set;}
public: property Object^ default [String^] { Object^ get(String^ columnName); void set (String^ columnName, Object^ value); }
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