RSS Documentation
View Property



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

DBTriggerNode Class
DBTriggerNode Members

Send Feedback