Value Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > XmlObjects.Property Class : Value Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property Value As XmlObjects.Value
Visual Basic (Usage) Copy Code
Dim instance As XmlObjects.Property
Dim value As XmlObjects.Value
 
instance.Value = value
 
value = instance.Value
C#  
public XmlObjects.Value Value {get; set;}
C++/CLI  
public:
property XmlObjects.Value^ Value {
   XmlObjects.Value^ get();
   void set (    XmlObjects.Value^ 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