BPM.Server
ParentTable Property (FlowDataRow)



Syntax
'Declaration
 
Public Property ParentTable As FlowDataTable
'Usage
 
Dim instance As FlowDataRow
Dim value As FlowDataTable
 
instance.ParentTable = value
 
value = instance.ParentTable
public FlowDataTable ParentTable {get; set;}
public:
property FlowDataTable^ ParentTable {
   FlowDataTable^ get();
   void set (    FlowDataTable^ value);
}
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

FlowDataRow Class
FlowDataRow Members

Send Feedback