RSS Documentation
SNDefine Property



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