XPathAtomicValue.ValueAsLong PropertyXPathAtomicValue.ValueAsLong PropertyXPathAtomicValue::ValueAsLong Property

Gets the item's value as an longLonglong.

Syntax

Public Overrides ReadOnly Property ValueAsLong As Long
        Get
public override long ValueAsLong { get; }
public:
virtual property long ValueAsLong {
    long get();
}
 

Property Value

Type: System.Int64System.Int64System::Int64

The item's value as an longLonglong.

Exceptions

ExceptionCondition
FormatExceptionFormatExceptionFormatException The item's value is not in the correct format for the longLonglong type.
InvalidCastExceptionInvalidCastExceptionInvalidCastException The attempted cast to longLonglong is not valid.
OverflowExceptionOverflowExceptionOverflowException The attempted cast resulted in an overflow.