RSS Documentation
TableIdentitys Property (FormApplication)



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

FormApplication Class
FormApplication Members

Send Feedback