ImageGear .NET
Values Property (Field)




Gets or sets the values of the field.
Syntax
'Declaration
 
Public Overridable Property Values As String()
'Usage
 
Dim instance As Field
Dim value() As String
 
instance.Values = value
 
value = instance.Values
public virtual string[] Values {get; set;}
public: __property virtual string*[]* get_Values();
public: __property virtual void set_Values( 
   string*[]* value
);
public:
virtual property array<String^>^ Values {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Property Value

The values of the field. It can evaluate to a String or to a String array.
Exceptions
ExceptionDescription
System.ExceptionWhen setting this property, some fields throw exceptions. An example is when attempting to enter a value that does not exist as an option in a RadioGroup.
See Also

Reference

Field Class
Field Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback