AvroEnum.IntegerValue Property

Gets or sets the integer value.

Namespace:  Microsoft.Hadoop.Avro
Assembly:  Microsoft.Hadoop.Avro (in Microsoft.Hadoop.Avro.dll)

Syntax

'Declaration
Public Property IntegerValue As Integer 
    Get 
    Set
'Usage
Dim instance As AvroEnum 
Dim value As Integer 

value = instance.IntegerValue

instance.IntegerValue = value
public int IntegerValue { get; set; }
public:
property int IntegerValue {
    int get ();
    void set (int value);
}
member IntegerValue : int with get, set
function get IntegerValue () : int 
function set IntegerValue (value : int)

Property Value

Type: System.Int32
The integer value.

See Also

Reference

AvroEnum Class

Microsoft.Hadoop.Avro Namespace