FieldValue Property
See Also 
SourceCode.Workflow.Design.EnvironmentSettings Namespace > MiscellaneousField Class : FieldValue Property



Glossary Item Box

Gets or sets the field value.

Syntax

Visual Basic (Declaration) 
<SourceCode.EnvironmentSettings.Client.FieldDisplayableAttribute(DisplayName="Field Value:", 
   PropertyBindingName="FieldValue", 
   IsHostServerConnectionString=False)>
Public Property FieldValue As String
Visual Basic (Usage)Copy Code
Dim instance As MiscellaneousField
Dim value As String
 
instance.FieldValue = value
 
value = instance.FieldValue
C# 
[SourceCode.EnvironmentSettings.Client.FieldDisplayable(DisplayName="Field Value:", 
   PropertyBindingName="FieldValue", 
   IsHostServerConnectionString=false)]
public string FieldValue {get; set;}
C++/CLI 
[SourceCode.EnvironmentSettings.Client.FieldDisplayable(DisplayName="Field Value:", 
   PropertyBindingName="FieldValue", 
   IsHostServerConnectionString=false)]
public:
property String^ FieldValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The field 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