ValueType Property
See Also 
SourceCode.Workflow.Design.SimpleRules Namespace > MathimaticalExpression Class : ValueType Property



Glossary Item Box

Gets or sets the type of the value.

Syntax

Visual Basic (Declaration) 
Public Property ValueType As Type
Visual Basic (Usage)Copy Code
Dim instance As MathimaticalExpression
Dim value As Type
 
instance.ValueType = value
 
value = instance.ValueType
C# 
public Type ValueType {get; set;}
C++/CLI 
public:
property Type^ ValueType {
   Type^ get();
   void set (    Type^ value);
}

Property Value

The type of the 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