XPathFunctionItem.ValueAsLong PropertyXPathFunctionItem.ValueAsLong PropertyXPathFunctionItem::ValueAsLong Property

When overridden in a derived class, 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();
}
 

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.