From Property
See Also 
SourceCode.SmartObjects.Client Namespace > Condition Class : From Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property From As SmartProperty
Visual Basic (Usage) Copy Code
Dim instance As Condition
Dim value As SmartProperty
 
value = instance.From
C#  
public SmartProperty From {get;}
C++/CLI  
public:
property SmartProperty^ From {
   SmartProperty^ get();
}

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